aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-06 16:11:42 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-06 16:11:42 +0200
commit1ca24bba14b56f3dc91f3c951e9861fce1d3dd73 (patch)
tree0398d0c9d661abb79a330a32051437d491e9e47d /Makefile
parentmove config.h into libmdsserver (diff)
downloadmds-1ca24bba14b56f3dc91f3c951e9861fce1d3dd73.tar.gz
mds-1ca24bba14b56f3dc91f3c951e9861fce1d3dd73.tar.bz2
mds-1ca24bba14b56f3dc91f3c951e9861fce1d3dd73.tar.xz
add util.c
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb7733f..4bcc9ea 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ C_FLAGS = $(OPTIMISE) $(WARN) -std=$(STD) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) \
# Object files for the libary
-LIBOBJ = linked-list hash-table fd-table mds-message
+LIBOBJ = linked-list hash-table fd-table mds-message util
# Build rules.