]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Install libiptc header files because xtables.h depends on it
authorJan Engelhardt <jengelh@medozas.de>
Mon, 11 Feb 2008 14:48:51 +0000 (15:48 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 14 Apr 2008 06:50:56 +0000 (08:50 +0200)
Makefile.am

index 8137c93bbc81308bf096efcdc49e897f579859e5..bb7dc4fcf900416a3861ff58da4a5f19c774bb5c 100644 (file)
@@ -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