summaryrefslogtreecommitdiff
path: root/flowtop
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-11 15:11:56 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-11 15:11:56 +0200
commit96b4d0cea5045770e2343908c40cbfc6ebb4ac1e (patch)
treeb1447867ee4779fa2e7b9f0c6fb0c742f1f1f6bc /flowtop
parent043db4056d88e175ccd22f02ccbd6be41560d309 (diff)
build: refactor tool specific flags into <tool>/Makefile
To get the normal Makefile a bit cleaner, push the tool specific build options into <tool>/Makefile. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'flowtop')
-rw-r--r--flowtop/Makefile2
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)