[netfilter-cvslog] r7479 - trunk/iptables

kaber at trash.net kaber at trash.net
Mon Apr 14 08:50:57 CEST 2008


Author: kaber at trash.net
Date: 2008-04-14 08:50:56 +0200 (Mon, 14 Apr 2008)
New Revision: 7479

Modified:
   trunk/iptables/Makefile.am
Log:
[PATCH 3/8] Install libiptc header files because xtables.h depends on it


Modified: trunk/iptables/Makefile.am
===================================================================
--- trunk/iptables/Makefile.am	2008-04-14 06:49:38 UTC (rev 7478)
+++ trunk/iptables/Makefile.am	2008-04-14 06:50:56 UTC (rev 7479)
@@ -75,6 +75,9 @@
 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




More information about the netfilter-cvslog mailing list