]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Rename client/client.c to client_full.c
authorTomas Hlavacek <tmshlvck@gmail.com>
Wed, 23 Jan 2013 14:51:04 +0000 (15:51 +0100)
committerTomas Hlavacek <tmshlvck@gmail.com>
Tue, 19 Mar 2013 17:03:49 +0000 (18:03 +0100)
Rename client/client.c to client-full.c and change the Makefile accordingly.
This is a preparation step for introducing a new lightweight client which
should reuse as much code as possible from the old one but it should not depend
on external libraries.

Signed-off-by: Tomas Hlavacek <tmshlvck@gmail.com>
client/Makefile
client/client_full.c [moved from client/client.c with 100% similarity]

index 867476cc895c1f713c0152f26c906dac01ea87ec..74b30b777160daec9db1cab410bba865396ec4ef 100644 (file)
@@ -1,4 +1,4 @@
-source=client.c commands.c util.c
+source=client_full.c commands.c util.c
 root-rel=../
 dir-name=client
 
similarity index 100%
rename from client/client.c
rename to client/client_full.c