diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-06 16:11:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-06 16:11:42 +0200 |
commit | 1ca24bba14b56f3dc91f3c951e9861fce1d3dd73 (patch) | |
tree | 0398d0c9d661abb79a330a32051437d491e9e47d /Makefile | |
parent | move config.h into libmdsserver (diff) | |
download | mds-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |