diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-12-18 10:04:06 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-18 08:42:16 -0500 |
commit | 6598581d8163516f4879f5cb3c563dae10de80d1 (patch) | |
tree | b0b67d759be339b71baf1a86d95ac323eb637a5a /src | |
parent | f96d191cf36ad07cc9f5ef955fa0e7f33149570d (diff) | |
download | tor-6598581d8163516f4879f5cb3c563dae10de80d1.tar.gz tor-6598581d8163516f4879f5cb3c563dae10de80d1.zip |
Add zlib path when linking the switch_id test
Diffstat (limited to 'src')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index d52867b94e..a6663dcdc6 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@ |