diff options
Diffstat (limited to 'flowtop/Makefile')
-rw-r--r-- | flowtop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flowtop/Makefile b/flowtop/Makefile index c8998a6..fa41dff 100644 --- a/flowtop/Makefile +++ b/flowtop/Makefile @@ -22,3 +22,5 @@ flowtop-objs = xmalloc.o \ geoip.o \ screen.o \ flowtop.o + +flowtop-eflags = $(shell pkg-config --cflags ncurses) |