mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
Add zlib path when linking the switch_id test
This commit is contained in:
parent
f96d191cf3
commit
6598581d81
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ src_test_test_switch_id_SOURCES = \
|
||||||
src/test/test_switch_id.c
|
src/test/test_switch_id.c
|
||||||
src_test_test_switch_id_CPPFLAGS= $(src_test_AM_CPPFLAGS)
|
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_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
|
||||||
|
src_test_test_switch_id_LDFLAGS = @TOR_LDFLAGS_zlib@
|
||||||
src_test_test_switch_id_LDADD = \
|
src_test_test_switch_id_LDADD = \
|
||||||
src/common/libor-testing.a \
|
src/common/libor-testing.a \
|
||||||
@TOR_ZLIB_LIBS@ @TOR_LIB_MATH@
|
@TOR_ZLIB_LIBS@ @TOR_LIB_MATH@
|
||||||
|
|
Loading…
Add table
Reference in a new issue