summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-02-11 15:48:51 +0100
committerPatrick McHardy <kaber@trash.net>2008-04-14 08:50:56 +0200
commita7d9762f3190a9487f40334d6fd6ea3a59af50a1 (patch)
tree69751ba407b8f1b06d345992608a77e103dacc04 /Makefile.am
parentca7cd666949b68bf41a32de38ee38e332e89863b (diff)
Install libiptc header files because xtables.h depends on it
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8137c93b..bb7dc4fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,6 +75,9 @@ man_MANS := iptables.8 iptables-restore.8 iptables-save.8 \
CLEANFILES := iptables.8 ip6tables.8
if ENABLE_DEVEL
include_HEADERS := include/xtables.h include/iptables.h include/ip6tables.h
+iptcdir := ${includedir}/libiptc
+iptc_HEADERS := include/libiptc/libxtc.h \
+ include/libiptc/ipt_kernel_headers.h
endif
if ENABLE_STATIC