diff options
Diffstat (limited to 'flowtop/Makefile')
-rw-r--r-- | flowtop/Makefile | 3 |
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 \ |