BTW, having xtables.h in /usr/include allows to build extensions (think POM or Xtables-addons) without having to patch iptables/xtables itself, IMHO a really good thing. === commit 077ad64c9f3de90b94fb44964377cca77dc60400 Author: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Date: Mon Feb 11 15:48:51 2008 +0100 Install libiptc header files because xtables.h depends on it --- Makefile.am | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 811eb62..80ef3a0 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 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html