aboutsummaryrefslogtreecommitdiff
path: root/src/or/include.am
diff options
context:
space:
mode:
authorTies Stuij <ties@stuij.se>2017-08-10 01:08:41 -0700
committerNick Mathewson <nickm@torproject.org>2017-08-21 15:08:24 -0400
commit2e99f839e97e2b5b1e99abdb9a8673380c87ae18 (patch)
tree41cce07bc13c706c4e94d0332b82fb702cef24f5 /src/or/include.am
parent8f8a061b0c4724adebb4af1d5ac3edb7381269d5 (diff)
downloadtor-2e99f839e97e2b5b1e99abdb9a8673380c87ae18.tar.gz
tor-2e99f839e97e2b5b1e99abdb9a8673380c87ae18.zip
22839: Build tor with rust enabled on win
- make tor_util static library name configurable - fix Rust libary dependency order for Windows
Diffstat (limited to 'src/or/include.am')
-rw-r--r--src/or/include.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/or/include.am b/src/or/include.am
index 8db5be095a..69b505fcd4 100644
--- a/src/or/include.am
+++ b/src/or/include.am
@@ -127,10 +127,11 @@ src_or_tor_LDADD = src/or/libtor.a src/common/libor.a src/common/libor-ctime.a \
src/common/libor-crypto.a $(LIBKECCAK_TINY) $(LIBDONNA) \
src/common/libor-event.a src/trunnel/libor-trunnel.a \
src/trace/libor-trace.a \
+ $(rust_ldadd) \
@TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ @TOR_OPENSSL_LIBS@ \
- @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ @TOR_SYSTEMD_LIBS@ \
- @TOR_LZMA_LIBS@ @TOR_ZSTD_LIBS@ \
- $(rust_ldadd)
+ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @TOR_LIB_USERENV@ \
+ @CURVE25519_LIBS@ @TOR_SYSTEMD_LIBS@ \
+ @TOR_LZMA_LIBS@ @TOR_ZSTD_LIBS@
if COVERAGE_ENABLED
src_or_tor_cov_SOURCES = src/or/tor_main.c