diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-30 11:31:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-30 15:00:07 -0400 |
commit | 857bfc70330f9e808c99310f1efbc3fb5738c4fb (patch) | |
tree | e82cf42a394a4f1bcde68465f28bd06f181abc87 /src/core | |
parent | aab02459243ef282849cd5015f3102a907ed1c17 (diff) | |
download | tor-857bfc70330f9e808c99310f1efbc3fb5738c4fb.tar.gz tor-857bfc70330f9e808c99310f1efbc3fb5738c4fb.zip |
Make the process_descs.c module dirauth-only.
Diffstat (limited to 'src/core')
-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 f3ba10a3df..02b90ba180 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -156,7 +156,6 @@ LIBTOR_APP_A_SOURCES += \ src/feature/dirauth/bwauth.c \ src/feature/dirauth/guardfraction.c \ src/feature/dirauth/reachability.c \ - src/feature/dirauth/process_descs.c \ src/feature/dirauth/voteflags.c if BUILD_NT_SERVICES @@ -179,6 +178,7 @@ MODULE_DIRAUTH_SOURCES = \ src/feature/dirauth/dircollate.c \ src/feature/dirauth/dirvote.c \ src/feature/dirauth/dsigs_parse.c \ + src/feature/dirauth/process_descs.c \ src/feature/dirauth/recommend_pkg.c \ src/feature/dirauth/shared_random.c \ src/feature/dirauth/shared_random_state.c |