From 4598ed7d3e22d74ffaad7948ddc3455ac9aa7576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20=C5=BBenczykowski?= Date: Mon, 6 Jun 2011 18:27:09 -0700 Subject: xtables-multi: fix absence of xml translator in IPv6-only builds Commit v1.4.11-4-gde791ff did not actually build the iptables-xml code into the xtables-multi binary. Signed-off-by: Maciej Zenczykowski Signed-off-by: Jan Engelhardt --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 60ea83b1..48f01d81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ libxtables_la_CFLAGS = ${AM_CFLAGS} -DNO_SHARED_LIBS=1 libxtables_la_LIBADD = endif -xtables_multi_SOURCES = xtables-multi.c +xtables_multi_SOURCES = xtables-multi.c iptables-xml.c xtables_multi_CFLAGS = ${AM_CFLAGS} -DIPTABLES_MULTI xtables_multi_LDFLAGS = -rdynamic xtables_multi_LDADD = extensions/libext.a @@ -46,7 +46,7 @@ if ENABLE_STATIC xtables_multi_CFLAGS += -DALL_INCLUSIVE endif if ENABLE_IPV4 -xtables_multi_SOURCES += iptables-save.c iptables-restore.c iptables-xml.c \ +xtables_multi_SOURCES += iptables-save.c iptables-restore.c \ iptables-standalone.c iptables.c xtables_multi_CFLAGS += -DENABLE_IPV4 xtables_multi_LDADD += libiptc/libip4tc.la extensions/libext4.a -- cgit v1.2.3