From 96b4d0cea5045770e2343908c40cbfc6ebb4ac1e Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 11 Jul 2013 15:11:56 +0200 Subject: build: refactor tool specific flags into /Makefile To get the normal Makefile a bit cleaner, push the tool specific build options into /Makefile. Signed-off-by: Daniel Borkmann --- flowtop/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flowtop/Makefile') 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) -- cgit v1.2.3-54-g00ecf