Added dependencies for panel

Sat, 09 Aug 2014 17:06:25 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 09 Aug 2014 17:06:25 +0200
changeset 198
20716bcff2b0
parent 197
531725a09012
child 199
3f5d277a69e3

Added dependencies for panel

thermferm/Makefile file | annotate | diff | comparison | revisions
thermferm/thermferm.c file | annotate | diff | comparison | revisions
--- 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
--- 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"
 

mercurial