From e82a71d7de5f6e364738dbb7154b88bfff8a5fcd Mon Sep 17 00:00:00 2001 From: Nicolas Dichtel Date: Tue, 2 Apr 2013 23:21:02 +0000 Subject: 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 --- utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/Makefile.am') 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} -- cgit v1.2.3