]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
build: remove unneeded -ldl from iptables_xml_LDADD
authorJan Engelhardt <jengelh@medozas.de>
Thu, 12 Feb 2009 18:27:49 +0000 (19:27 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 12 Feb 2009 18:27:49 +0000 (19:27 +0100)
Addendum to commit 5c3e0767764bb7fa1db61ac326e8359161380e21.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Makefile.am

index be3f55eb3ab971fdffaf6451095646de191c2121..a79ff67bd827dc8e39db0a10772638eb19976cc1 100644 (file)
@@ -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