mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
tor-resolve: link tor-resolve binary with trunnel lib
This commit is contained in:
parent
a2bb172225
commit
30582b940e
1 changed files with 3 additions and 1 deletions
|
@ -5,9 +5,11 @@ noinst_PROGRAMS+= src/tools/tor-cov-resolve
|
||||||
endif
|
endif
|
||||||
|
|
||||||
src_tools_tor_resolve_SOURCES = src/tools/tor-resolve.c
|
src_tools_tor_resolve_SOURCES = src/tools/tor-resolve.c
|
||||||
src_tools_tor_resolve_LDFLAGS =
|
src_tools_tor_resolve_LDFLAGS = @TOR_LDFLAGS_openssl@
|
||||||
src_tools_tor_resolve_LDADD = \
|
src_tools_tor_resolve_LDADD = \
|
||||||
|
src/trunnel/libor-trunnel.a \
|
||||||
$(TOR_UTIL_LIBS) \
|
$(TOR_UTIL_LIBS) \
|
||||||
|
$(TOR_CRYPTO_LIBS) $(TOR_LIBS_CRYPTLIB)\
|
||||||
$(rust_ldadd) \
|
$(rust_ldadd) \
|
||||||
@TOR_LIB_MATH@ @TOR_LIB_WS32@ @TOR_LIB_IPHLPAPI@ @TOR_LIB_USERENV@
|
@TOR_LIB_MATH@ @TOR_LIB_WS32@ @TOR_LIB_IPHLPAPI@ @TOR_LIB_USERENV@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue