diff options
author | Tomas Hlavacek <tmshlvck@gmail.com> | 2013-01-23 15:51:04 +0100 |
---|---|---|
committer | Tomas Hlavacek <tmshlvck@gmail.com> | 2013-03-19 18:03:49 +0100 |
commit | 5c2c4ea8b1e924fce433094e744c0467da55aaab (patch) | |
tree | cb190136a0e3eca65c1635b428b56de9f2d150ba /client | |
parent | a9fc659b840e13323aa43e92eb8f39ceb19b5ed6 (diff) |
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 <tmshlvck@gmail.com>
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile | 2 | ||||
-rw-r--r-- | client/client_full.c (renamed from client/client.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile b/client/Makefile index 867476cc..74b30b77 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 index d8f0060c..d8f0060c 100644 --- a/client/client.c +++ b/client/client_full.c |