aboutsummaryrefslogtreecommitdiff
path: root/src/lib/conf/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-06-12 10:18:30 -0400
committerNick Mathewson <nickm@torproject.org>2019-06-24 15:11:57 -0400
commit246599abb4dbfdb2f8ac073fc5b2059f602e8ed7 (patch)
tree63a630020e0ba2bc178e52a0f9004b102b7e22d3 /src/lib/conf/include.am
parent81d16d8d0cd2789c2d20b350c59bc3a283dda432 (diff)
downloadtor-246599abb4dbfdb2f8ac073fc5b2059f602e8ed7.tar.gz
tor-246599abb4dbfdb2f8ac073fc5b2059f602e8ed7.zip
Start moving types that will be used for config vars to lib/conf
This will be a lower-level module than anything that actually sets or handles configuration variables. Part of 30864.
Diffstat (limited to 'src/lib/conf/include.am')
-rw-r--r--src/lib/conf/include.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/conf/include.am b/src/lib/conf/include.am
new file mode 100644
index 0000000000..25355697d2
--- /dev/null
+++ b/src/lib/conf/include.am
@@ -0,0 +1,4 @@
+
+# ADD_C_FILE: INSERT HEADERS HERE.
+noinst_HEADERS += \
+ src/lib/conf/conftypes.h