From: Jan Engelhardt Date: Mon, 11 Feb 2008 14:48:51 +0000 (+0100) Subject: Install libiptc header files because xtables.h depends on it X-Git-Tag: v1.4.1-rc1~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7d9762f3190a9487f40334d6fd6ea3a59af50a1;p=thirdparty%2Fiptables.git Install libiptc header files because xtables.h depends on it --- 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