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 --- ifpps/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ifpps/Makefile') diff --git a/ifpps/Makefile b/ifpps/Makefile index 6c8ac43..5d394bc 100644 --- a/ifpps/Makefile +++ b/ifpps/Makefile @@ -10,3 +10,5 @@ ifpps-objs = xmalloc.o \ sig.o \ screen.o \ ifpps.o + +ifpps-eflags = $(shell pkg-config --cflags ncurses) -- cgit v1.2.3-54-g00ecf