summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Extra2
-rw-r--r--curvetun/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Extra b/Extra
index 759b144..021e4f6 100644
--- a/Extra
+++ b/Extra
@@ -1,6 +1,6 @@
# Targets that need extra treatment for now
-curvetun: LDFLAGS += -L ${NACL_LIB_DIR}
+curvetun: LDFLAGS += -L ${CONFIG_NACL_LIB_DIR}
mausezahn: CFLAGS = $(mausezahn-eflags)
bpfc_clean_custom:
diff --git a/curvetun/Makefile b/curvetun/Makefile
index b13a0a0..93806b2 100644
--- a/curvetun/Makefile
+++ b/curvetun/Makefile
@@ -28,4 +28,4 @@ curvetun-objs = xmalloc.o \
curvetun_client.o \
curvetun.o
-curvetun-eflags = -I ${NACL_INC_DIR}
+curvetun-eflags = -I ${CONFIG_NACL_INC_DIR}