aboutsummaryrefslogtreecommitdiff
path: root/src/feature/client
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/feature/client
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/feature/client')
-rw-r--r--src/feature/client/include.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/feature/client/include.am b/src/feature/client/include.am
new file mode 100644
index 0000000000..53c9f047d4
--- /dev/null
+++ b/src/feature/client/include.am
@@ -0,0 +1,20 @@
+
+# ADD_C_FILE: INSERT SOURCES HERE.
+LIBTOR_APP_A_SOURCES += \
+ src/feature/client/addressmap.c \
+ src/feature/client/bridges.c \
+ src/feature/client/circpathbias.c \
+ src/feature/client/dnsserv.c \
+ src/feature/client/entrynodes.c \
+ src/feature/client/proxymode.c \
+ src/feature/client/transports.c
+
+# ADD_C_FILE: INSERT HEADERS HERE.
+noinst_HEADERS += \
+ src/feature/client/addressmap.h \
+ src/feature/client/bridges.h \
+ src/feature/client/circpathbias.h \
+ src/feature/client/dnsserv.h \
+ src/feature/client/entrynodes.h \
+ src/feature/client/proxymode.h \
+ src/feature/client/transports.h