summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-09-14 17:12:42 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-09-14 17:12:42 +0200
commitcecfe881aa8548ad2e7c62f2f0c6f04a09b6e4ef (patch)
treee1bf7db25f0392392f4cf3918b7c7ab968f81955 /src/GNUmakefile
parent75746962c91e82725a764ccd09be1c9fd2593f25 (diff)
downloadbiruda-cecfe881aa8548ad2e7c62f2f0c6f04a09b6e4ef.tar.gz
biruda-cecfe881aa8548ad2e7c62f2f0c6f04a09b6e4ef.tar.bz2
started porting to native Windows, so far json-c is mising
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index d3d1fb8..a5f0305 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -13,10 +13,10 @@ biruda: biruda.o biruda_cmdline.o master.o coordinator.o worker.o
$(CC) -o $@ $(LDFLAGS) $^ $(LIBS)
biruda_cmdline.o: biruda_cmdline.c
-biruda.o: biruda.c biruda_cmdline.h master.h coordinator.h worker.h
-master.o: master.c master.h
-coordinator.o: coordinator.c coordinator.h
-worker.o: worker.c worker.h
+biruda.o: biruda.c biruda_cmdline.h master.h coordinator.h worker.h sleep.h
+master.o: master.c master.h sleep.h
+coordinator.o: coordinator.c coordinator.h sleep.h
+worker.o: worker.c worker.h sleep.h
biruda_cmdline.c: biruda.ggo
gengetopt -F biruda_cmdline --unamed-opts --conf-parser --include-getopt -i $<