summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-18 17:03:52 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-18 17:03:52 -0400
commit70d91bd059869a0ecf24ceb66942ada4f66f03c9 (patch)
treed7be08d0d0035ed653355781e4c27bec25f48d19 /configure.ac
parent9799cc90b06d4e9e165c0927092274066ca45a66 (diff)
downloadtor-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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 48ca5bae14..fa889c152e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2274,6 +2274,7 @@ AC_CONFIG_FILES([
src/config/torrc.sample
src/config/torrc.minimal
src/rust/.cargo/config
+ src/rust/build.rs
scripts/maint/checkOptionDocs.pl
scripts/maint/updateVersions.pl
])