# HG changeset patch # User Michiel Broek # Date 1407596785 -7200 # Node ID 20716bcff2b0d165a5f6ee74c9496c3dcca538a8 # Parent 531725a090121c9f074c843e01179186ed1690cb Added dependencies for panel diff -r 531725a09012 -r 20716bcff2b0 thermferm/Makefile --- a/thermferm/Makefile Sat Aug 09 16:56:31 2014 +0200 +++ b/thermferm/Makefile Sat Aug 09 17:06:25 2014 +0200 @@ -55,13 +55,14 @@ # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT # Dependencies generated by make depend rc-switch.o: thermferm.h xutil.h rc-switch.h +panel.o: thermferm.h panel.h devices.o: thermferm.h devices.h rc-switch.h xutil.h lcd-buffer.o: thermferm.h lcd-buffer.h lcd-pcf8574.h futil.o: thermferm.h futil.h lock.o: lock.h thermferm.h logger.o: logger.h thermferm.h futil.h xutil.h lcd-pcf8574.o: thermferm.h lcd-pcf8574.h -thermferm.o: lock.h logger.h rdconfig.h devices.h server.h thermferm.h lcd-pcf8574.h lcd-buffer.h futil.h xutil.h +thermferm.o: lock.h logger.h rdconfig.h devices.h server.h thermferm.h lcd-pcf8574.h lcd-buffer.h panel.h futil.h xutil.h xutil.o: thermferm.h xutil.h server.o: rdconfig.h thermferm.h logger.h devices.h server.h xutil.h rdconfig.o: rdconfig.h thermferm.h futil.h xutil.h diff -r 531725a09012 -r 20716bcff2b0 thermferm/thermferm.c --- a/thermferm/thermferm.c Sat Aug 09 16:56:31 2014 +0200 +++ b/thermferm/thermferm.c Sat Aug 09 17:06:25 2014 +0200 @@ -28,6 +28,7 @@ #include "thermferm.h" #include "lcd-pcf8574.h" #include "lcd-buffer.h" +#include "panel.h" #include "futil.h" #include "xutil.h"