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.
This commit is contained in:
Nick Mathewson
2018-06-18 17:03:52 -04:00
parent 9799cc90b0
commit 70d91bd059
5 changed files with 9 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (compilation):
- When linking the libtor_testing.a library, only include the dirauth
object files once. Previously, they were getting added twice.
Fixes bug 26402; bugfix on 0.3.4.1-alpha.