aboutsummaryrefslogtreecommitdiff
path: root/src/ext/include.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/include.am')
-rw-r--r--src/ext/include.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ext/include.am b/src/ext/include.am
new file mode 100644
index 000000000..26e194e88
--- /dev/null
+++ b/src/ext/include.am
@@ -0,0 +1,18 @@
+
+AM_CPPFLAGS += -I$(srcdir)/src/ext -Isrc/ext
+
+EXTRA_DIST += src/ext/README
+
+EXTHEADERS = \
+ src/ext/ht.h \
+ src/ext/eventdns.h \
+ src/ext/tinytest.h \
+ src/ext/strlcat.c \
+ src/ext/strlcpy.c \
+ src/ext/tinytest_macros.h \
+ src/ext/tor_queue.h \
+ src/ext/siphash.h
+
+noinst_HEADERS+= $(EXTHEADERS)
+
+