From 3a3670e553b08d7caf63db7a21adb30909891158 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 5 May 2014 19:57:01 +0200 Subject: it would be a shame if we could not re-exec because we have filled the pipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@) -- cgit v1.2.3-70-g09d2