aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-07 00:13:06 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-07 00:13:06 +0200
commitf43289158457fa4f390e32e7962281fd06e46db2 (patch)
tree08b91392a5d58f86e5af60d426dd0db8a5b4ad20 /Makefile
parentadd some zero length checks (diff)
downloadmds-f43289158457fa4f390e32e7962281fd06e46db2.tar.gz
mds-f43289158457fa4f390e32e7962281fd06e46db2.tar.bz2
mds-f43289158457fa4f390e32e7962281fd06e46db2.tar.xz
fix file names
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index faf08df..e24f8af 100644
--- a/Makefile
+++ b/Makefile
@@ -79,8 +79,8 @@ LIBOBJ = linked-list hash-table fd-table mds-message util
all: obj/mds-base.o bin/mds bin/mds-server bin/libmdsserver.so
-MDS_SERVER_OBJ_ = mds-server interception_condition client multicast \
- queued_interception globals signals interceptors \
+MDS_SERVER_OBJ_ = mds-server interception-condition client multicast \
+ queued-interception globals signals interceptors \
sending slavery reexec receiving
MDS_SERVER_OBJ = obj/mds-base.o $(foreach O,$(MDS_SERVER_OBJ_),obj/mds-server/$(O).o)