diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-19 06:44:57 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-19 06:44:57 +0200 |
commit | 4cf3bcbde172872fb4213f43bff0fb7e59982db7 (patch) | |
tree | b4eaedc32d9b87c379b2972ab4fcd645e15045c0 /Makefile | |
parent | it is probably not worth making the buffer circular (diff) | |
download | mds-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |