summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-02-12 15:01:37 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-02-12 15:13:18 +0100
commitf567ac9193bc421992e572ec3196a73dc6ed59c0 (patch)
treed43ac3b4bfc44654eb6ab864658610b241e1dc36 /include
parent228b4bda8f21f8730b10c156822bc988d77e891b (diff)
build: restructure Makefile for include/ directory
This patch will support adding libiptc to the headers list in future. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644
index 00000000..6206bd2a
--- /dev/null
+++ b/include/Makefile.am
@@ -0,0 +1,8 @@
+# -*- Makefile -*-
+
+include_HEADERS =
+nobase_include_HEADERS = xtables.h
+
+if ENABLE_LIBIPQ
+include_HEADERS += libipq/libipq.h
+endif