summaryrefslogtreecommitdiff
path: root/flowtop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'flowtop/Makefile')
-rw-r--r--flowtop/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/flowtop/Makefile b/flowtop/Makefile
new file mode 100644
index 0000000..f518f07
--- /dev/null
+++ b/flowtop/Makefile
@@ -0,0 +1,19 @@
+flowtop-libs = -lGeoIP \
+ -lurcu \
+ -lnetfilter_conntrack \
+ -lncurses \
+ -lpthread \
+ -lz
+
+flowtop-objs = xmalloc.o \
+ xio.o \
+ xutils.o \
+ oui.o \
+ hash.o \
+ dissector_eth.o \
+ dissector_80211.o \
+ dissector.o \
+ proto_none.o \
+ tprintf.o \
+ geoip.o \
+ flowtop.o