From a7d9762f3190a9487f40334d6fd6ea3a59af50a1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 11 Feb 2008 15:48:51 +0100 Subject: Install libiptc header files because xtables.h depends on it --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3