# HG changeset patch # User Michiel Broek # Date 1620553664 -7200 # Node ID 0541659b61403a30bce4eb3c471e5865247b12be # Parent 1ecacd35c2a61db42b6c150e609f639ac137190b Updated dependencies diff -r 1ecacd35c2a6 -r 0541659b6140 bmsd/Makefile --- a/bmsd/Makefile Fri May 07 20:36:27 2021 +0200 +++ b/bmsd/Makefile Sun May 09 11:47:44 2021 +0200 @@ -55,16 +55,16 @@ # 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 fermenters.h co2meters.h ispindels.h -lock.o: lock.h bms.h futil.h -nodes.o: bms.h xutil.h nodes.h mysql.h websocket.h +bms.o: bms.h xutil.h futil.h rdconfig.h lock.h mqtt.h mysql.h nodes.h websocket.h +co2meters.o: bms.h xutil.h co2meters.h mysql.h websocket.h nodes.h +fermenters.o: bms.h xutil.h fermenters.h mysql.h mqtt.h websocket.h nodes.h futil.o: bms.h futil.h -fermenters.o: bms.h xutil.h fermenters.h mysql.h nodes.h websocket.h mqtt.h -co2meters.o: bms.h xutil.h co2meters.h mysql.h nodes.h websocket.h ispindels.o: bms.h xutil.h ispindels.h mysql.h nodes.h websocket.h -bms.o: bms.h xutil.h futil.h rdconfig.h lock.h mqtt.h mysql.h nodes.h websocket.h -xutil.o: bms.h xutil.h +lock.o: lock.h bms.h futil.h +mqtt.o: bms.h xutil.h mqtt.h nodes.h fermenters.h co2meters.h ispindels.h +mysql.o: bms.h xutil.h mysql.h nodes.h +nodes.o: bms.h xutil.h nodes.h mysql.h websocket.h rdconfig.o: bms.h xutil.h futil.h rdconfig.h -mysql.o: bms.h xutil.h mysql.h nodes.h websocket.o: bms.h xutil.h websocket.h fermenters.h co2meters.h ispindels.h +xutil.o: bms.h xutil.h # End of generated dependencies