1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

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>
This commit is contained in:
Tomas Hlavacek
2013-01-23 15:51:04 +01:00
parent a9fc659b84
commit 5c2c4ea8b1
2 changed files with 1 additions and 1 deletions

View 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

View File