]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
utils: nfnl_osf: use the right nfnetlink lib
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Tue, 2 Apr 2013 23:21:02 +0000 (23:21 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 5 Apr 2013 16:11:00 +0000 (18:11 +0200)
If the user specify libnfnetlink_LIBS during the configure, we must use it.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
utils/Makefile.am

index f1bbfc52e8f53e30660ef83535832361178d5b6d..66f5c5c17f5fa8155e616f32244d1ddc1e3fa5f5 100644 (file)
@@ -7,4 +7,4 @@ AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include \
 sbin_PROGRAMS = nfnl_osf
 pkgdata_DATA = pf.os
 
-nfnl_osf_LDADD = -lnfnetlink
+nfnl_osf_LDADD = ${libnfnetlink_LIBS}