diff options
Diffstat (limited to 'src/ext/include.am')
-rw-r--r-- | src/ext/include.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ext/include.am b/src/ext/include.am new file mode 100644 index 0000000000..fa9ee94020 --- /dev/null +++ b/src/ext/include.am @@ -0,0 +1,16 @@ + +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 + +noinst_HEADERS+= $(EXTHEADERS) + + |