aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-05 19:57:01 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-05 19:57:01 +0200
commit3a3670e553b08d7caf63db7a21adb30909891158 (patch)
tree8709c1b852c87d1169fbfdf86158ede98af5db09 /Makefile
parentchange doc in preparation for upcoming change (diff)
downloadmds-3a3670e553b08d7caf63db7a21adb30909891158.tar.gz
mds-3a3670e553b08d7caf63db7a21adb30909891158.tar.bz2
mds-3a3670e553b08d7caf63db7a21adb30909891158.tar.xz
it would be a shame if we could not re-exec because we have filled the pipe
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 ea4320e..fb7733f 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ all: bin/mds bin/mds-server bin/libmdsserver.so
bin/%: obj/%.o bin/libmdsserver.so
mkdir -p $(shell dirname $@)
- gcc $(C_FLAGS) -o $@ -Lbin -lmdsserver obj/$*.o
+ gcc $(C_FLAGS) -o $@ -Lbin -lmdsserver -lrt obj/$*.o
obj/%.o: src/%.c src/*.h src/libmdsserver/*.h
mkdir -p $(shell dirname $@)