aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-07-27 22:08:59 +0200
committerMattias Andrée <maandree@operamail.com>2014-07-27 22:08:59 +0200
commit7d9131c373215c3a5dbf3a382bdc663ebc1067d6 (patch)
tree130e170999aef7cd5475b0e1d190ed687aad635d /Makefile
parentspec:s for registry (diff)
downloadmds-7d9131c373215c3a5dbf3a382bdc663ebc1067d6.tar.gz
mds-7d9131c373215c3a5dbf3a382bdc663ebc1067d6.tar.bz2
mds-7d9131c373215c3a5dbf3a382bdc663ebc1067d6.tar.xz
typo + beginning of mds-registry
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 1a3c248..18c810e 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ C_FLAGS = $(OPTIMISE) $(WARN) -std=$(STD) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) \
LIBOBJ = linked-list hash-table fd-table mds-message util
# Servers and utilities.
-SERVERS = mds mds-respawn mds-server mds-echo
+SERVERS = mds mds-respawn mds-server mds-echo mds-registry
# Build rules.