diff options
Diffstat (limited to 'curvetun/Makefile')
-rw-r--r-- | curvetun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curvetun/Makefile b/curvetun/Makefile index 6d996b0..eeebd11 100644 --- a/curvetun/Makefile +++ b/curvetun/Makefile @@ -1,4 +1,4 @@ -curvetun-libs = -lnacl \ +curvetun-libs = -l${CONFIG_NACL_LIB} \ -lpthread curvetun-objs = xmalloc.o \ |