[tor-commits] [tor/master] Add zlib path when linking the switch_id test
nickm at torproject.org
nickm at torproject.org
Fri Dec 18 13:42:29 UTC 2015
commit 6598581d8163516f4879f5cb3c563dae10de80d1
Author: cypherpunks <cypherpunks at torproject.org>
Date: Fri Dec 18 10:04:06 2015 +0100
Add zlib path when linking the switch_id test
---
src/test/include.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/test/include.am b/src/test/include.am
index d52867b..a6663dc 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -143,6 +143,7 @@ src_test_test_switch_id_SOURCES = \
src/test/test_switch_id.c
src_test_test_switch_id_CPPFLAGS= $(src_test_AM_CPPFLAGS)
src_test_test_switch_id_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
+src_test_test_switch_id_LDFLAGS = @TOR_LDFLAGS_zlib@
src_test_test_switch_id_LDADD = \
src/common/libor-testing.a \
@TOR_ZLIB_LIBS@ @TOR_LIB_MATH@
More information about the tor-commits
mailing list