diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-11 10:47:50 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-11 10:47:50 +0200 |
commit | 2b0325975aa3439f47f22211ffcc0bf2d3d8edcb (patch) | |
tree | b4a387bd16738961f23b7c112c1a241b2280bd7c /curvetun/Makefile | |
parent | 760f5b49a49c4b244a2da06a4123f884d891f8f6 (diff) |
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 <dborkman@redhat.com>
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 |