aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-19 01:22:37 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-19 01:22:37 +0200
commitb1d19d091446197a64f540137e7c5259014f7cee (patch)
tree417e7206ba10582e07e6ca09c18602a5f29c56f9 /Makefile
parentm (diff)
downloadmds-b1d19d091446197a64f540137e7c5259014f7cee.tar.gz
mds-b1d19d091446197a64f540137e7c5259014f7cee.tar.bz2
mds-b1d19d091446197a64f540137e7c5259014f7cee.tar.xz
reduce code complexity
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 2a9bc71..342686d 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ all: bin/mds bin/mds-server bin/libmdsserver.so
MDS_SERVER_OBJ_ = mds-server interception_condition client multicast \
queued_interception globals signals interceptors \
- sending slavery reexec
+ sending slavery reexec receiving
MDS_SERVER_OBJ = $(foreach O,$(MDS_SERVER_OBJ_),mds-server/$(O))
bin/mds-server: $(foreach O,$(MDS_SERVER_OBJ),obj/$(O).o) bin/libmdsserver.so