aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-02-21 09:06:51 -0500
committerNick Mathewson <nickm@torproject.org>2019-02-21 09:10:15 -0500
commit34183f0d71c2e2d10e3d64291e3bb83a27c2416a (patch)
tree2cf03a89af83c28b355c902eb0d40ae035e37e49 /src/test
parent5ec65be8bff9862d31f612bdd28c0b0d78b1f5cf (diff)
downloadtor-34183f0d71c2e2d10e3d64291e3bb83a27c2416a.tar.gz
tor-34183f0d71c2e2d10e3d64291e3bb83a27c2416a.zip
Fix a goofy change from abcde10fce that broke test-slow linking
boklm tracked this down, and it doesn't make sense. It caused This change goes back to the previous LDFLAGS line.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am
index 9bfc626b28..d585c2a38a 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -259,7 +259,7 @@ src_test_test_LDADD = \
src_test_test_slow_CPPFLAGS = $(src_test_test_CPPFLAGS)
src_test_test_slow_CFLAGS = $(src_test_test_CFLAGS)
src_test_test_slow_LDADD = $(src_test_test_LDADD)
-src_test_test_slow_LDFLAGS = @TOR_LDFLAGS_openssl@ @TOR_LDFLAGS_libevent@
+src_test_test_slow_LDFLAGS = $(src_test_test_LDFLAGS)
src_test_test_rng_CPPFLAGS = $(src_test_test_CPPFLAGS)
src_test_test_rng_CFLAGS = $(src_test_test_CFLAGS)