diff options
Diffstat (limited to 'curvetun')
-rw-r--r-- | curvetun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curvetun/Makefile b/curvetun/Makefile index 3d60064..289aa72 100644 --- a/curvetun/Makefile +++ b/curvetun/Makefile @@ -2,7 +2,6 @@ curvetun-libs = -lnacl \ -lpthread curvetun-objs = xmalloc.o \ - xio.o \ xutils.o \ str.o \ stun.o \ @@ -14,6 +13,7 @@ curvetun-objs = xmalloc.o \ curve.o \ cookie.o \ ioexact.o \ + ioops.o \ cpusched.o \ ct_usermgmt.o \ ct_servmgmt.o \ |