diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-18 17:03:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-18 17:03:52 -0400 |
commit | 70d91bd059869a0ecf24ceb66942ada4f66f03c9 (patch) | |
tree | d7be08d0d0035ed653355781e4c27bec25f48d19 /src/test/include.am | |
parent | 9799cc90b06d4e9e165c0927092274066ca45a66 (diff) | |
download | tor-70d91bd059869a0ecf24ceb66942ada4f66f03c9.tar.gz tor-70d91bd059869a0ecf24ceb66942ada4f66f03c9.zip |
Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a
This was already added to LIBTOR_A_SOURCES; it doesn't need to get
added again.
Fixes bug 26402. Bugfix on 0.3.4.1-alpha.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/include.am b/src/test/include.am index 2ae598b224..8b61e35204 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -347,7 +347,7 @@ src_test_test_bt_cl_LDADD = src/common/libor-testing.a \ src/trace/libor-trace.a \ $(rust_ldadd) \ @TOR_LIB_MATH@ \ - @TOR_LIB_WS32@ @TOR_LIB_GDI@ @TOR_LIB_USERENV@ + @TOR_LIB_WS32@ @TOR_LIB_GDI@ @TOR_LIB_USERENV@ src_test_test_bt_cl_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS) src_test_test_bt_cl_CPPFLAGS= $(src_test_AM_CPPFLAGS) $(TEST_CPPFLAGS) @@ -375,5 +375,5 @@ EXTRA_DIST += \ src/test/test_workqueue_pipe2.sh \ src/test/test_workqueue_socketpair.sh -test-rust: +test-rust: src/rust/build.rs $(TESTS_ENVIRONMENT) "$(abs_top_srcdir)/src/test/test_rust.sh" |