diff options
author | teor <teor@torproject.org> | 2019-10-29 00:29:00 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-31 12:34:19 +1000 |
commit | da49c4d78dee04aa493ebce2a60169034a48b464 (patch) | |
tree | cf18e994f360ce8dfc3b1bc43e99888e3b2d799a /src/core/include.am | |
parent | 5950566f1de8f9b542e2ef862cc2ae94b04917f0 (diff) | |
download | tor-da49c4d78dee04aa493ebce2a60169034a48b464.tar.gz tor-da49c4d78dee04aa493ebce2a60169034a48b464.zip |
dirauth: Disable dirauth config when the module is disabled
Part of 32213.
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 222bd44df5..fb467cf819 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -89,7 +89,6 @@ LIBTOR_APP_A_SOURCES = \ src/feature/control/control_proto.c \ src/feature/control/fmt_serverstatus.c \ src/feature/control/getinfo_geoip.c \ - src/feature/dirauth/dirauth_config.c \ src/feature/dircache/conscache.c \ src/feature/dircache/consdiffmgr.c \ src/feature/dircache/dircache.c \ @@ -180,6 +179,7 @@ MODULE_DIRAUTH_SOURCES = \ src/feature/dirauth/authmode.c \ src/feature/dirauth/bridgeauth.c \ src/feature/dirauth/bwauth.c \ + src/feature/dirauth/dirauth_config.c \ src/feature/dirauth/dirauth_periodic.c \ src/feature/dirauth/dirauth_sys.c \ src/feature/dirauth/dircollate.c \ |