aboutsummaryrefslogtreecommitdiff
path: root/src/core/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-17 12:48:39 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-17 12:48:39 -0400
commitdb18ff91208e0065c38e5f4d0dd57eb8a0ae513c (patch)
tree06d231f66bd1d2e0f494156e227711fa05fd39f8 /src/core/include.am
parent3a73f6612aad051e0d9a9228a136e06720748c16 (diff)
downloadtor-db18ff91208e0065c38e5f4d0dd57eb8a0ae513c.tar.gz
tor-db18ff91208e0065c38e5f4d0dd57eb8a0ae513c.zip
Move code to add default log into quiet_level.c
I'm about to unify the code for handling this between main.c and config.c.
Diffstat (limited to 'src/core/include.am')
-rw-r--r--src/core/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/include.am b/src/core/include.am
index f6ae3f2b51..fb2f93d81e 100644
--- a/src/core/include.am
+++ b/src/core/include.am
@@ -9,6 +9,7 @@ endif
# ADD_C_FILE: INSERT SOURCES HERE.
LIBTOR_APP_A_SOURCES = \
src/app/config/config.c \
+ src/app/config/quiet_level.c \
src/app/config/statefile.c \
src/app/main/main.c \
src/app/main/shutdown.c \