aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-12-19 11:26:50 -0500
committerNick Mathewson <nickm@torproject.org>2011-12-19 11:27:08 -0500
commite535c8a460fb3c1973ec46fe0910bbd21148b475 (patch)
treeca237c564d259a50d4164eb59dc373811b106c20 /src/test
parentd5e964731c009589952be246d80d4114f65d5ee2 (diff)
downloadtor-e535c8a460fb3c1973ec46fe0910bbd21148b475.tar
tor-e535c8a460fb3c1973ec46fe0910bbd21148b475.tar.gz
Tweak the haiku-support patches
Diffstat (limited to 'src/test')
-rw-r--r--src/test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index e766446d3..31a464ee7 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -31,7 +31,7 @@ test_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ \
@TOR_LDFLAGS_libevent@
test_LDADD = ../or/libtor.a ../common/libor.a ../common/libor-crypto.a \
../common/libor-event.a \
- @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ \
+ @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ \
@TOR_OPENSSL_LIBS@ @TOR_LIB_WS32@ @TOR_LIB_GDI@
bench_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ \