diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-19 11:34:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-19 11:34:21 -0500 |
commit | b5f3a3d6a76ffd7727833c2b1901629c9f23a99d (patch) | |
tree | 46752753cfa126cd4b069b73fe380a86d373e44e | |
parent | 26873bc4edb057041e5cc130ec90f4fbc2d8beb8 (diff) | |
parent | 384c5c618835a82d1d5455faff52e3f819683f43 (diff) | |
download | tor-b5f3a3d6a76ffd7727833c2b1901629c9f23a99d.tar.gz tor-b5f3a3d6a76ffd7727833c2b1901629c9f23a99d.zip |
Merge remote-tracking branch 'tor-github/pr/707' into maint-0.4.0
-rw-r--r-- | src/test/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am index 8622fcbaa1..9bfc626b28 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@ +src_test_test_slow_LDFLAGS = @TOR_LDFLAGS_openssl@ @TOR_LDFLAGS_libevent@ src_test_test_rng_CPPFLAGS = $(src_test_test_CPPFLAGS) src_test_test_rng_CFLAGS = $(src_test_test_CFLAGS) |