From a094eb0f2a57592b6f3cf42fdbb9d49fead2d57c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 3 Apr 2009 22:37:49 +0200 Subject: build: add configure option to disable ipv4 iptables This patch complements the previous one. Signed-off-by: Jan Engelhardt --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a6b726c5..fd99098f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,13 +85,17 @@ man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \ CLEANFILES = iptables.8 ip6tables.8 if ENABLE_STATIC +if ENABLE_IPV4 sbin_PROGRAMS += iptables-static +endif if ENABLE_IPV6 sbin_PROGRAMS += ip6tables-static endif endif if ENABLE_SHARED +if ENABLE_IPV4 sbin_PROGRAMS += iptables iptables-multi iptables-restore iptables-save +endif if ENABLE_IPV6 sbin_PROGRAMS += ip6tables ip6tables-multi ip6tables-restore ip6tables-save endif -- cgit v1.2.3