dissector: ip_auth_hdr: Fix compiler warning
[netsniff-ng.git] / flowtop / Makefile
blob32fb4bde97c2bab9fa3eee077edd01b19eceafcd
1 flowtop-libs = -lGeoIP \
2 -lurcu \
3 -lnetfilter_conntrack \
4 $(shell pkg-config --libs ncurses) \
5 -lpthread \
6 -lz
8 flowtop-objs = xmalloc.o \
9 ioops.o \
10 oui.o \
11 str.o \
12 sig.o \
13 sock.o \
14 dev.o \
15 link.o \
16 hash.o \
17 dissector_eth.o \
18 dissector_80211.o \
19 dissector.o \
20 proto_none.o \
21 tprintf.o \
22 geoip.o \
23 screen.o \
24 flowtop.o
26 flowtop-eflags = $(shell pkg-config --cflags ncurses)
28 flowtop-confs = tcp.conf \
29 udp.conf \
30 geoip.conf