aboutsummaryrefslogtreecommitdiff
path: root/src/app/config
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-13 09:34:17 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-13 09:34:17 -0500
commit73ac1add3f2af813c18b1da5f0082f6112267304 (patch)
tree47181b7a09b4fa5e3aa5a7879040e04901da1873 /src/app/config
parent5888db496746e2fef344c40912ff07be8a216f9c (diff)
downloadtor-73ac1add3f2af813c18b1da5f0082f6112267304.tar.gz
tor-73ac1add3f2af813c18b1da5f0082f6112267304.zip
Split core/include.am into per-subdirectory include.am files
Closes ticket 32137.
Diffstat (limited to 'src/app/config')
-rw-r--r--src/app/config/include.am21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/app/config/include.am b/src/app/config/include.am
new file mode 100644
index 0000000000..5d625efecf
--- /dev/null
+++ b/src/app/config/include.am
@@ -0,0 +1,21 @@
+
+# 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
+
+# ADD_C_FILE: INSERT HEADERS HERE.
+noinst_HEADERS += \
+ src/app/config/config.h \
+ src/app/config/or_options_st.h \
+ src/app/config/or_state_st.h \
+ src/app/config/quiet_level.h \
+ src/app/config/statefile.h \
+ src/app/config/tor_cmdline_mode.h
+
+
+noinst_HEADERS += \
+ src/app/config/auth_dirs.inc \
+ src/app/config/fallback_dirs.inc \
+ src/app/config/testnet.inc