From ae19604fe1c4ab02dfbcd450e73826111f0f2b27 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 12 Feb 2009 19:27:49 +0100 Subject: build: remove unneeded -ldl from iptables_xml_LDADD Addendum to commit 5c3e0767764bb7fa1db61ac326e8359161380e21. Signed-off-by: Jan Engelhardt --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index be3f55eb..a79ff67b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ iptables_SOURCES = iptables-standalone.c iptables.c iptables_LDFLAGS = -rdynamic iptables_LDADD = -lm libiptc/libiptc.a extensions/libext4.a libxtables.la -iptables_xml_LDADD = -ldl libxtables.la +iptables_xml_LDADD = 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