summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-02-12 19:27:49 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-02-12 19:27:49 +0100
commitae19604fe1c4ab02dfbcd450e73826111f0f2b27 (patch)
tree221093ad8555e17e6b13ccf9500aed2e169ec63e /Makefile.am
parent139b3fe4bd5121501e60fe07963ea527d7f0bd36 (diff)
build: remove unneeded -ldl from iptables_xml_LDADD
Addendum to commit 5c3e0767764bb7fa1db61ac326e8359161380e21. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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