diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-06-22 18:15:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-06-22 18:15:27 -0400 |
commit | 9919b0127568253b6bec4f681db3cdc2b5978991 (patch) | |
tree | 333c5db1120ef60f69e51569c4add186b2903dea /src/test/Makefile.am | |
parent | 64a5a4177f905971d0cf9e28a19180c2ea32b02a (diff) | |
parent | 2b5ebc70973b1c0dd62201908632733c0953a4ec (diff) | |
download | tor-9919b0127568253b6bec4f681db3cdc2b5978991.tar.gz tor-9919b0127568253b6bec4f681db3cdc2b5978991.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'src/test/Makefile.am')
-rw-r--r-- | src/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index a4f93d1c9e..852715079d 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -8,7 +8,7 @@ AM_CPPFLAGS = -DSHARE_DATADIR="\"$(datadir)\"" \ -I"$(top_srcdir)/src/or" # -L flags need to go in LDFLAGS. -l flags need to go in LDADD. -# This seems to matter nowhere but on windows, but I assure you that it +# This seems to matter nowhere but on Windows, but I assure you that it # matters a lot there, and is quite hard to debug if you forget to do it. test_SOURCES = \ |