diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-30 11:33:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-30 15:00:08 -0400 |
commit | 996f7c75ba6abd9c4bc884f2c9a3b62889da9134 (patch) | |
tree | 401e1773db882347f277e5f3962f18d31c8a7f42 /src/core/include.am | |
parent | 339ac4dc67af912e3c8608627e436fb866714538 (diff) | |
download | tor-996f7c75ba6abd9c4bc884f2c9a3b62889da9134.tar.gz tor-996f7c75ba6abd9c4bc884f2c9a3b62889da9134.zip |
Make the reachability.c module dirauth-only.
Diffstat (limited to 'src/core/include.am')
-rw-r--r-- | src/core/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/include.am b/src/core/include.am index 8ddbdbc0b7..6367b01978 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -154,7 +154,6 @@ LIBTOR_APP_A_SOURCES = \ # the separation is only in the code location. LIBTOR_APP_A_SOURCES += \ src/feature/dirauth/bwauth.c \ - src/feature/dirauth/reachability.c \ src/feature/dirauth/voteflags.c if BUILD_NT_SERVICES @@ -179,6 +178,7 @@ MODULE_DIRAUTH_SOURCES = \ src/feature/dirauth/dsigs_parse.c \ src/feature/dirauth/guardfraction.c \ src/feature/dirauth/process_descs.c \ + src/feature/dirauth/reachability.c \ src/feature/dirauth/recommend_pkg.c \ src/feature/dirauth/shared_random.c \ src/feature/dirauth/shared_random_state.c |