summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorNicolas Dichtel <nicolas.dichtel@6wind.com>2013-04-02 23:21:02 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2013-04-05 18:11:00 +0200
commite82a71d7de5f6e364738dbb7154b88bfff8a5fcd (patch)
treee3bfe17ab010a49703b2635c576471f022e4576b /utils
parent5c522b4523f2edb8e581131ba4cb414a5ee7ece4 (diff)
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 <nicolas.dichtel@6wind.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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}