summaryrefslogtreecommitdiff
path: root/flowtop
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2015-11-05 12:54:09 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-11-05 13:25:29 +0100
commit19991f90d8398a944721b684b1584c1e339c6fec (patch)
tree1a19946b0c447eab58227bc9dec1a1e4ff587849 /flowtop
parentced058002d01024a18e9d9e2dda2a9af5854e232 (diff)
build: Handle libnetfilter-conntrack with pkg-config
Needed for openSUSE since they have versioned libnetfilter-header files. Signed-off-by: Martin Hauke <mardnh@gmx.de> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop')
-rw-r--r--flowtop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/flowtop/Makefile b/flowtop/Makefile
index cb57cb3..bc7afb5 100644
--- a/flowtop/Makefile
+++ b/flowtop/Makefile
@@ -30,7 +30,8 @@ flowtop-objs += geoip.o \
ioops.o
endif
-flowtop-eflags = $(shell $(PKG_CONFIG) --cflags ncurses)
+flowtop-eflags = $(shell $(PKG_CONFIG) --cflags ncurses) \
+ $(shell $(PKG_CONFIG) --cflags libnetfilter_conntrack)
flowtop-confs = tcp.conf \
udp.conf \