X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=d72756659200b6a96a0ebe574a99f071fbbe4433;hb=103f05e098865196fc5f28df51e99b64fd6b5202;hp=d25370a5138d2b1cb59a2eea3ac84e80eb122bed;hpb=d4547a2861caad836701e70f805f7be68a91272e;p=collectd.git diff --git a/src/Makefile.am b/src/Makefile.am index d25370a5..d7275665 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -520,8 +520,8 @@ if BUILD_PLUGIN_IPTABLES pkglib_LTLIBRARIES += iptables.la iptables_la_SOURCES = iptables.c iptables_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBIPTC_CPPFLAGS) -iptables_la_LDFLAGS = -module -avoid-version $(BUILD_WITH_LIBIPTC_LDFLAGS) -iptables_la_LIBADD = -liptc +iptables_la_LDFLAGS = -module -avoid-version +iptables_la_LIBADD = $(BUILD_WITH_LIBIPTC_LDFLAGS) collectd_LDADD += "-dlopen" iptables.la collectd_DEPENDENCIES += iptables.la endif