From: Jan Engelhardt Date: Thu, 12 Feb 2009 18:27:49 +0000 (+0100) Subject: build: remove unneeded -ldl from iptables_xml_LDADD X-Git-Tag: v1.4.3~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae19604fe1c4ab02dfbcd450e73826111f0f2b27;p=thirdparty%2Fiptables.git build: remove unneeded -ldl from iptables_xml_LDADD Addendum to commit 5c3e0767764bb7fa1db61ac326e8359161380e21. Signed-off-by: Jan Engelhardt --- 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