From 4dcdc9b3f8f42eb3b5a1d12e1b3d2fc1e2675725 Mon Sep 17 00:00:00 2001 From: Jamal Hadi Salim Date: Wed, 11 Feb 2009 13:03:34 +0100 Subject: libxtables: Make ip6tables, iptables and iptables-xml use xtables_globals convert ip6tables, iptables and iptables-xml to use xtables_globals/xtables_set_params() Signed-off-by: Jamal Hadi Salim Signed-off-by: Patrick McHardy --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0ffb9785..96de1b2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ iptables_SOURCES = iptables-standalone.c iptables.c iptables_LDFLAGS = -rdynamic iptables_LDADD = -ldl -lm libiptc/libiptc.a extensions/libext4.a libxtables.la +iptables_xml_LDADD = -ldl libxtables.la iptables_multi_SOURCES = iptables-multi.c iptables-save.c \ iptables-restore.c iptables-xml.c \ iptables-standalone.c iptables.c -- cgit v1.2.3