diff options
Diffstat (limited to 'curvetun/Makefile')
-rw-r--r-- | curvetun/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/curvetun/Makefile b/curvetun/Makefile index 5882683..4f28adf 100644 --- a/curvetun/Makefile +++ b/curvetun/Makefile @@ -22,8 +22,8 @@ curvetun-objs = xmalloc.o \ ioexact.o \ ioops.o \ cpusched.o \ - ct_usermgmt.o \ - ct_servmgmt.o \ - ct_server.o \ - ct_client.o \ + curvetun_mgmt_servers.o \ + curvetun_mgmt_users.o \ + curvetun_server.o \ + curvetun_client.o \ curvetun.o |