diff options
author | Andrea Shepard <andrea@persephoneslair.org> | 2012-10-11 15:55:26 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@persephoneslair.org> | 2012-10-11 15:55:26 -0700 |
commit | 3a33b1fe3bd7ba4cb1fff73f97ee722a2b127db5 (patch) | |
tree | c86ddeca6cfbd47d8796de6b4014b690d5e902df /src/ext/include.am | |
parent | a45760b53b6aef609e3d48f9e0abb5e1550e44fb (diff) | |
parent | 63f542a5c21103946177b5377cdf5d08e2e68849 (diff) | |
download | tor-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.am | 12 |
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) + + |