commit ef5d689411a64356ef26e56d7c82835e113b6d87 Author: Jan Engelhardt <jengelh@xxxxxxxxxx> Date: Wed Jul 30 08:38:37 2008 -0400 src: drop libiptc from installation libiptc is for iptables only, and was only previously exported because of the xt_chainlabel typedef. This is resolved by this patch. Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- Makefile.am | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 48561b7..b714b97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,9 +73,6 @@ man_MANS := iptables.8 iptables-restore.8 iptables-save.8 \ CLEANFILES := iptables.8 ip6tables.8 if ENABLE_DEVEL include_HEADERS := include/xtables.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