summaryrefslogtreecommitdiff
path: root/curvetun/Makefile
blob: 954a86552662695dacb366063e39d48dae86054e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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