aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-19 06:44:57 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-19 06:44:57 +0200
commit4cf3bcbde172872fb4213f43bff0fb7e59982db7 (patch)
treeb4eaedc32d9b87c379b2972ab4fcd645e15045c0 /Makefile
parentit is probably not worth making the buffer circular (diff)
downloadmds-4cf3bcbde172872fb4213f43bff0fb7e59982db7.tar.gz
mds-4cf3bcbde172872fb4213f43bff0fb7e59982db7.tar.bz2
mds-4cf3bcbde172872fb4213f43bff0fb7e59982db7.tar.xz
begin on base for servers
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 342686d..9539a7d 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ LIBOBJ = linked-list hash-table fd-table mds-message util
# Build rules.
.PHONY: all
-all: bin/mds bin/mds-server bin/libmdsserver.so
+all: bin/mds bin/mds-server bin/libmdsserver.so obj/mds-base.o
MDS_SERVER_OBJ_ = mds-server interception_condition client multicast \