From c7126c80928a70ccdb99aa845967441c619ea5d7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 25 Aug 2015 00:29:25 +0200 Subject: begin on libmdsclient: header cherrypicking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 571d7b3..219a2e4 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,11 @@ include mk/config.mk # Splits of the info manual. INFOPARTS = 1 2 3 -# Object files for the libary. -LIBOBJ = linked-list client-list hash-table fd-table mds-message util +# Object files for the server libary. +SERVEROBJ = linked-list client-list hash-table fd-table mds-message util + +# Object files for the client libary. +CLIENTOBJ = proto-util # Servers and utilities. SERVERS = mds mds-respawn mds-server mds-echo mds-registry mds-clipboard \ -- cgit v1.2.3-70-g09d2