From: Nicolas Dichtel Date: Tue, 2 Apr 2013 23:21:02 +0000 (+0000) Subject: utils: nfnl_osf: use the right nfnetlink lib X-Git-Tag: v1.4.19.1~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e82a71d7de5f6e364738dbb7154b88bfff8a5fcd;p=thirdparty%2Fiptables.git utils: nfnl_osf: use the right nfnetlink lib If the user specify libnfnetlink_LIBS during the configure, we must use it. Signed-off-by: Nicolas Dichtel Signed-off-by: Pablo Neira Ayuso --- diff --git a/utils/Makefile.am b/utils/Makefile.am index f1bbfc52..66f5c5c1 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -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}