summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-09-17 17:53:13 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-09-17 17:53:13 +0200
commitf8a83ea88eacf744f9bde5e3f96e29ad627ec2f5 (patch)
treee97206ee03ff9c78f81ba635a2ec9701c55b7241 /src/GNUmakefile
parent5979f05b51f6f6c9d1f582d405cc6ac787651f3e (diff)
downloadbiruda-f8a83ea88eacf744f9bde5e3f96e29ad627ec2f5.tar.gz
biruda-f8a83ea88eacf744f9bde5e3f96e29ad627ec2f5.tar.bz2
started to add simple CPE os detection
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 7bf8131..a7473bf 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -15,7 +15,7 @@ biruda: biruda.o biruda_cmdline.o master.o coordinator.o worker.o system.o
biruda_cmdline.o: biruda_cmdline.c
biruda.o: biruda.c biruda_cmdline.h master.h coordinator.h worker.h sleep.h system.h
master.o: master.c master.h sleep.h
-coordinator.o: coordinator.c coordinator.h sleep.h
+coordinator.o: coordinator.c coordinator.h sleep.h system.h
worker.o: worker.c worker.h sleep.h
system.o: system.c system.h