From: Jan Engelhardt Date: Tue, 29 Jul 2008 17:04:11 +0000 (+0200) Subject: build: do not install ip{,6}tables.h X-Git-Tag: v1.4.2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72ed4ffedd4ea97faf1e405e90f512f881c59386;p=thirdparty%2Fiptables.git build: do not install ip{,6}tables.h These files do not contain anything that 3rd party modules could reasonably use. Signed-off-by: Jan Engelhardt Signed-off-by: Pablo Neira Ayuso --- diff --git a/Makefile.am b/Makefile.am index 49edbf81..48561b7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,7 +72,7 @@ man_MANS := iptables.8 iptables-restore.8 iptables-save.8 \ ip6tables-save.8 CLEANFILES := iptables.8 ip6tables.8 if ENABLE_DEVEL -include_HEADERS := include/xtables.h include/iptables.h include/ip6tables.h +include_HEADERS := include/xtables.h iptcdir = ${includedir}/libiptc iptc_HEADERS := include/libiptc/libxtc.h \ include/libiptc/ipt_kernel_headers.h