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 --- curvetun/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'curvetun') diff --git a/curvetun/Makefile b/curvetun/Makefile index 4f28adf..b13a0a0 100644 --- a/curvetun/Makefile +++ b/curvetun/Makefile @@ -27,3 +27,5 @@ curvetun-objs = xmalloc.o \ curvetun_server.o \ curvetun_client.o \ curvetun.o + +curvetun-eflags = -I ${NACL_INC_DIR} -- cgit v1.2.3-54-g00ecf