aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-04 12:59:42 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-04 12:59:42 +0200
commit6b2ec6d2faf9cb0890351eb5dee62a13638b7605 (patch)
treea36502dca0191a8d0b3a8dbcae2f6c14edcb8489 /Makefile
parentmake it easier to read output from make (diff)
downloadmds-6b2ec6d2faf9cb0890351eb5dee62a13638b7605.tar.gz
mds-6b2ec6d2faf9cb0890351eb5dee62a13638b7605.tar.bz2
mds-6b2ec6d2faf9cb0890351eb5dee62a13638b7605.tar.xz
add libmds_message
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 5e56e06..95e5a91 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,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 comm address
+CLIENTOBJ = proto-util comm address inbound
# Servers and utilities.
SERVERS = mds mds-respawn mds-server mds-echo mds-registry mds-clipboard \