summaryrefslogtreecommitdiff
path: root/curvetun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'curvetun/Makefile')
-rw-r--r--curvetun/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/curvetun/Makefile b/curvetun/Makefile
new file mode 100644
index 0000000..954a865
--- /dev/null
+++ b/curvetun/Makefile
@@ -0,0 +1,17 @@
+curvetun-libs = -lnacl \
+ -lpthread
+
+curvetun-objs = xmalloc.o \
+ xio.o \
+ xutils.o \
+ stun.o \
+ patricia.o \
+ trie.o \
+ hash.o \
+ curve.o \
+ cpusched.o \
+ ct_usermgmt.o \
+ ct_servmgmt.o \
+ ct_server.o \
+ ct_client.o \
+ curvetun.o