diff options
Diffstat (limited to 'curvetun/Makefile')
-rw-r--r-- | curvetun/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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} |