From 2b0325975aa3439f47f22211ffcc0bf2d3d8edcb Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 11 Jul 2013 10:47:50 +0200 Subject: curvetun: renamed client, server, and management files Rename those files so that they are conform to the rest of the files we have in our repository. Signed-off-by: Daniel Borkmann --- curvetun/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'curvetun') 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 -- cgit v1.2.3-54-g00ecf