aboutsummaryrefslogtreecommitdiff
path: root/src/ext/include.am
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@persephoneslair.org>2012-10-11 15:55:26 -0700
committerAndrea Shepard <andrea@persephoneslair.org>2012-10-11 15:55:26 -0700
commit3a33b1fe3bd7ba4cb1fff73f97ee722a2b127db5 (patch)
treec86ddeca6cfbd47d8796de6b4014b690d5e902df /src/ext/include.am
parenta45760b53b6aef609e3d48f9e0abb5e1550e44fb (diff)
parent63f542a5c21103946177b5377cdf5d08e2e68849 (diff)
downloadtor-3a33b1fe3bd7ba4cb1fff73f97ee722a2b127db5.tar
tor-3a33b1fe3bd7ba4cb1fff73f97ee722a2b127db5.tar.gz
Merge branch 'move_contrib_source' of git://git.torproject.org/nickm/tor
Diffstat (limited to 'src/ext/include.am')
-rw-r--r--src/ext/include.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ext/include.am b/src/ext/include.am
new file mode 100644
index 000000000..97e7e46b4
--- /dev/null
+++ b/src/ext/include.am
@@ -0,0 +1,12 @@
+
+AM_CPPFLAGS += -I$(srcdir)/src/ext -Isrc/ext
+
+EXTHEADERS = \
+ src/ext/ht.h \
+ src/ext/eventdns.h \
+ src/ext/tinytest.h \
+ src/ext/tinytest_macros.h
+
+noinst_HEADERS+= $(EXTHEADERS)
+
+