bmsd/Makefile

changeset 194
d202777ebae5
parent 5
36387e45a194
child 384
442d23455ae4
--- a/bmsd/Makefile	Sat Jan 19 20:42:11 2019 +0100
+++ b/bmsd/Makefile	Mon Jan 21 20:45:18 2019 +0100
@@ -55,12 +55,13 @@
 
 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
 # Dependencies generated by make depend
-mqtt.o: bms.h xutil.h mqtt.h nodes.h
+mqtt.o: bms.h xutil.h mqtt.h nodes.h fermenters.h
+lock.o: lock.h bms.h futil.h
 nodes.o: bms.h xutil.h nodes.h mysql.h
 futil.o: bms.h futil.h
-lock.o: lock.h bms.h futil.h
-bms.o: bms.h xutil.h rdconfig.h lock.h mqtt.h mysql.h
+fermenters.o: bms.h xutil.h fermenters.h mysql.h
+bms.o: bms.h xutil.h futil.h rdconfig.h lock.h mqtt.h mysql.h
 xutil.o: bms.h xutil.h
 rdconfig.o: bms.h xutil.h futil.h rdconfig.h
-mysql.o: bms.h xutil.h mysql.h
+mysql.o: bms.h xutil.h mysql.h nodes.h
 # End of generated dependencies

mercurial