ifpps, flowtop: Move ncurses init and end to common module
[netsniff-ng.git] / ifpps / Makefile
blob6c8ac43920118511ea8ca8e67273330dd8f72791
1 ifpps-libs = $(shell pkg-config --libs ncurses)
3 ifpps-objs = xmalloc.o \
4 ioops.o \
5 promisc.o \
6 str.o \
7 link.o \
8 sock.o \
9 dev.o \
10 sig.o \
11 screen.o \
12 ifpps.o