aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-25 00:29:25 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-25 00:29:25 +0200
commitc7126c80928a70ccdb99aa845967441c619ea5d7 (patch)
treec34d03b1722478716be9cb30a48c7fffcc00e543 /Makefile
parenttypo (diff)
downloadmds-c7126c80928a70ccdb99aa845967441c619ea5d7.tar.gz
mds-c7126c80928a70ccdb99aa845967441c619ea5d7.tar.bz2
mds-c7126c80928a70ccdb99aa845967441c619ea5d7.tar.xz
begin on libmdsclient: header cherrypicking
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
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 \