aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 \