diff options
author | Tomas Hlavacek <tmshlvck@gmail.com> | 2013-01-23 17:14:53 +0100 |
---|---|---|
committer | Tomas Hlavacek <tmshlvck@gmail.com> | 2013-03-19 18:03:49 +0100 |
commit | e454916149d4efe66732fdd0388181813cab6ed0 (patch) | |
tree | d5dafbd2a67fca6d281b150e4108ba8de28520c3 /client/Makefile | |
parent | 5c2c4ea8b1e924fce433094e744c0467da55aaab (diff) |
Pull out independent routines from client_full.c
Pull out routines for interacting with the server and interpreting
internal commands which are not dependent on libreadline and
ncurses libraries.
This is a preparation step for a new lightweight birdc client.
Diffstat (limited to 'client/Makefile')
-rw-r--r-- | client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile b/client/Makefile index 74b30b77..fdefe6ab 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,4 +1,4 @@ -source=client_full.c commands.c util.c +source=client_full.c commands.c util.c client_common.c root-rel=../ dir-name=client |