summaryrefslogtreecommitdiff
path: root/src/feature/hs/include.am
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/hs/include.am
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/hs/include.am')
-rw-r--r--src/feature/hs/include.am35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/feature/hs/include.am b/src/feature/hs/include.am
new file mode 100644
index 0000000000..5e69607e59
--- /dev/null
+++ b/src/feature/hs/include.am
@@ -0,0 +1,35 @@
+
+# ADD_C_FILE: INSERT SOURCES HERE.
+LIBTOR_APP_A_SOURCES += \
+ src/feature/hs/hs_cache.c \
+ src/feature/hs/hs_cell.c \
+ src/feature/hs/hs_circuit.c \
+ src/feature/hs/hs_circuitmap.c \
+ src/feature/hs/hs_client.c \
+ src/feature/hs/hs_common.c \
+ src/feature/hs/hs_config.c \
+ src/feature/hs/hs_control.c \
+ src/feature/hs/hs_descriptor.c \
+ src/feature/hs/hs_dos.c \
+ src/feature/hs/hs_ident.c \
+ src/feature/hs/hs_intropoint.c \
+ src/feature/hs/hs_service.c \
+ src/feature/hs/hs_stats.c
+
+# ADD_C_FILE: INSERT HEADERS HERE.
+noinst_HEADERS += \
+ src/feature/hs/hs_cache.h \
+ src/feature/hs/hs_cell.h \
+ src/feature/hs/hs_circuit.h \
+ src/feature/hs/hs_circuitmap.h \
+ src/feature/hs/hs_client.h \
+ src/feature/hs/hs_common.h \
+ src/feature/hs/hs_config.h \
+ src/feature/hs/hs_control.h \
+ src/feature/hs/hs_descriptor.h \
+ src/feature/hs/hs_dos.h \
+ src/feature/hs/hs_ident.h \
+ src/feature/hs/hs_intropoint.h \
+ src/feature/hs/hs_service.h \
+ src/feature/hs/hs_stats.h \
+ src/feature/hs/hsdir_index_st.h