From: Tomas Hlavacek Date: Wed, 23 Jan 2013 14:51:04 +0000 (+0100) Subject: Rename client/client.c to client_full.c X-Git-Tag: v1.3.10~2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2c4ea8b1e924fce433094e744c0467da55aaab;p=thirdparty%2Fbird.git Rename client/client.c to client_full.c 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 --- diff --git a/client/Makefile b/client/Makefile index 867476cc8..74b30b777 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,4 +1,4 @@ -source=client.c commands.c util.c +source=client_full.c commands.c util.c root-rel=../ dir-name=client diff --git a/client/client.c b/client/client_full.c similarity index 100% rename from client/client.c rename to client/client_full.c