mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
5c2c4ea8b1
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>
6 lines
86 B
Makefile
6 lines
86 B
Makefile
source=client_full.c commands.c util.c
|
|
root-rel=../
|
|
dir-name=client
|
|
|
|
include ../Rules
|