all: import netsniff-ng 0.5.8-rc0 source
[netsniff-ng.git] / flowtop / Makefile
blobf518f07d3cfb4a8136983791ffef84fc02daf7fd
1 flowtop-libs = -lGeoIP \
2 -lurcu \
3 -lnetfilter_conntrack \
4 -lncurses \
5 -lpthread \
6 -lz
8 flowtop-objs = xmalloc.o \
9 xio.o \
10 xutils.o \
11 oui.o \
12 hash.o \
13 dissector_eth.o \
14 dissector_80211.o \
15 dissector.o \
16 proto_none.o \
17 tprintf.o \
18 geoip.o \
19 flowtop.o