pcap_io: fill sll when reading pcap
[netsniff-ng.git] / flowtop / Makefile
blob12f8d61b05f4e0648e51fc951af64ff5cd81d171
1 flowtop-libs = -lGeoIP \
2 -lurcu \
3 -lnetfilter_conntrack \
4 $(shell pkg-config --libs ncurses 2> /dev/null \
5 || echo '-lncurses') \
6 $(shell pkg-config --libs tinfo 2> /dev/null ) \
7 -lpthread \
8 -lz
10 flowtop-objs = xmalloc.o \
11 ioops.o \
12 oui.o \
13 str.o \
14 sig.o \
15 sock.o \
16 dev.o \
17 link.o \
18 hash.o \
19 dissector_eth.o \
20 dissector_80211.o \
21 dissector.o \
22 proto_none.o \
23 tprintf.o \
24 geoip.o \
25 screen.o \
26 flowtop.o
28 flowtop-eflags = $(shell pkg-config --cflags ncurses)
30 flowtop-confs = tcp.conf \
31 udp.conf \
32 geoip.conf