aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-19 09:22:30 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-19 09:22:30 -0500
commita4f2075170b4ba58becee26031d5192d42a96040 (patch)
tree3bf6d23942217b3ee8fd5ee7c96766702e39825d /Makefile.am
parenta8df39e9552bd679b35513fa4a1c98507e870082 (diff)
parentaf3e5bed1084fa321e90eaf87e5dc9a7256dd920 (diff)
downloadtor-a4f2075170b4ba58becee26031d5192d42a96040.tar.gz
tor-a4f2075170b4ba58becee26031d5192d42a96040.zip
Merge remote-tracking branch 'isis/bug25341' into ticket25341_merged_v2
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index cb76edfa2f..803e9d00df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,9 +31,7 @@ TESTING_TOR_BINARY=$(top_builddir)/src/app/tor$(EXEEXT)
endif
if USE_RUST
-## this MUST be $(), otherwise am__DEPENDENCIES will not track it
-rust_ldadd=$(top_builddir)/$(TOR_RUST_LIB_PATH) \
- $(TOR_RUST_EXTRA_LIBS)
+rust_ldadd=$(top_builddir)/$(TOR_RUST_LIB_PATH)
else
rust_ldadd=
endif