aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-26 01:07:43 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-26 01:07:43 +0200
commite14688c0cbe1176ae1699e97a523cfd3be058c0a (patch)
tree4d1db14440da45979d397ab66609a7f3e05c57f2 /Makefile
parentmds-base: missed to change this earlier, protocol family is PF_, not AF_, which would be address family (diff)
downloadmds-e14688c0cbe1176ae1699e97a523cfd3be058c0a.tar.gz
mds-e14688c0cbe1176ae1699e97a523cfd3be058c0a.tar.bz2
mds-e14688c0cbe1176ae1699e97a523cfd3be058c0a.tar.xz
libmdsclient: connect to the display (parsing is not yet implemented)
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 1f0d7a5..7fb0b2d 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
+CLIENTOBJ = proto-util comm address
# Servers and utilities.
SERVERS = mds mds-respawn mds-server mds-echo mds-registry mds-clipboard \