diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-30 12:48:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-05-02 09:22:13 -0400 |
commit | 31fb4a78451a98a8d62e1f52e75e372a8a2dd48b (patch) | |
tree | 83f66c68ca9df8fe9a7884484501cd33e1855f99 /src/core/include.am | |
parent | 6f42efaa5926a2f1be89e3b591311f2130931db8 (diff) | |
download | tor-31fb4a78451a98a8d62e1f52e75e372a8a2dd48b.tar.gz tor-31fb4a78451a98a8d62e1f52e75e372a8a2dd48b.zip |
Make the bwauth.c module dirauth-only.
Diffstat (limited to 'src/core/include.am')
-rw-r--r-- | src/core/include.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/core/include.am b/src/core/include.am index 63d4264210..18b6046bfc 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -150,12 +150,6 @@ LIBTOR_APP_A_SOURCES = \ src/feature/stats/rephist.c \ src/feature/stats/predict_ports.c -# These should eventually move into module_dirauth_sources, but for now -# the separation is only in the code location. -LIBTOR_APP_A_SOURCES += \ - src/feature/dirauth/bwauth.c - - if BUILD_NT_SERVICES LIBTOR_APP_A_SOURCES += src/app/main/ntmain.c endif @@ -172,6 +166,7 @@ LIBTOR_APP_TESTING_A_SOURCES = $(LIBTOR_APP_A_SOURCES) MODULE_DIRAUTH_SOURCES = \ src/feature/dirauth/authmode.c \ src/feature/dirauth/bridgeauth.c \ + src/feature/dirauth/bwauth.c \ src/feature/dirauth/dirauth_periodic.c \ src/feature/dirauth/dirauth_sys.c \ src/feature/dirauth/dircollate.c \ |