diff options
Diffstat (limited to 'flowtop')
-rw-r--r-- | flowtop/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/flowtop/Makefile b/flowtop/Makefile index fa41dff..32fb4bd 100644 --- a/flowtop/Makefile +++ b/flowtop/Makefile @@ -24,3 +24,7 @@ flowtop-objs = xmalloc.o \ flowtop.o flowtop-eflags = $(shell pkg-config --cflags ncurses) + +flowtop-confs = tcp.conf \ + udp.conf \ + geoip.conf |