aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-25 06:19:12 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-25 06:19:12 +0200
commit39dedac8a330df65055fb400dfbbd241065a7123 (patch)
tree83d443cef9c68d1e6aef96164034a1d12975b43e /Makefile
parentupdate todo (diff)
downloadmds-39dedac8a330df65055fb400dfbbd241065a7123.tar.gz
mds-39dedac8a330df65055fb400dfbbd241065a7123.tar.bz2
mds-39dedac8a330df65055fb400dfbbd241065a7123.tar.xz
m + begin on libmds_connection_t
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 219a2e4..228b2ac 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ INFOPARTS = 1 2 3
SERVEROBJ = linked-list client-list hash-table fd-table mds-message util
# Object files for the client libary.
-CLIENTOBJ = proto-util
+CLIENTOBJ = proto-util comm
# Servers and utilities.
SERVERS = mds mds-respawn mds-server mds-echo mds-registry mds-clipboard \