mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix coverage build
This commit is contained in:
parent
39e158db36
commit
353d2a091d
@ -17,8 +17,11 @@ if COVERAGE_ENABLED
|
||||
src_tools_tor_cov_resolve_SOURCES = src/tools/tor-resolve.c
|
||||
src_tools_tor_cov_resolve_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS)
|
||||
src_tools_tor_cov_resolve_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
|
||||
src_tools_tor_cov_resolve_LDFLAGS = @TOR_LDFLAGS_openssl@
|
||||
src_tools_tor_cov_resolve_LDADD = \
|
||||
src/trunnel/libor-trunnel.a \
|
||||
$(TOR_UTIL_TESTING_LIBS) \
|
||||
$(TOR_CRYPTO_TESTING_LIBS) $(TOR_LIBS_CRYPTLIB) \
|
||||
@TOR_LIB_MATH@ @TOR_LIB_WS32@
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user