diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-04 12:59:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-04 12:59:42 +0200 |
commit | 6b2ec6d2faf9cb0890351eb5dee62a13638b7605 (patch) | |
tree | a36502dca0191a8d0b3a8dbcae2f6c14edcb8489 /Makefile | |
parent | make it easier to read output from make (diff) | |
download | mds-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |