Files
tor/src/ext/include.am
T
Nick Mathewson 63f542a5c2 Move all externally maintained source files into src/ext
The rationale for treating these files differently is that we should
be checking upstream for changes as applicable, and merging changes
upstream as warranted.
2012-10-11 17:22:03 -04:00

13 lines
188 B
Plaintext

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)