Updated dependencies, bumped to version 0.0.10

Sun, 13 Jul 2014 17:34:41 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 13 Jul 2014 17:34:41 +0200
changeset 107
f2f201b7cb48
parent 106
1bd9a16f5061
child 108
50d2187fdb74

Updated dependencies, bumped to version 0.0.10

configure file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
thermferm/Makefile file | annotate | diff | comparison | revisions
--- a/configure	Sun Jul 13 17:31:45 2014 +0200
+++ b/configure	Sun Jul 13 17:34:41 2014 +0200
@@ -2032,7 +2032,7 @@
 
 
 PACKAGE="mbsePi-apps"
-VERSION="0.0.9"
+VERSION="0.0.10"
 COPYRIGHT="Copyright (C) 2014 Michiel Broek, All Rights Reserved"
 CYEARS="2014"
 
--- a/configure.ac	Sun Jul 13 17:31:45 2014 +0200
+++ b/configure.ac	Sun Jul 13 17:34:41 2014 +0200
@@ -8,7 +8,7 @@
 dnl General settings
 dnl After changeing the version number, run autoconf!
 PACKAGE="mbsePi-apps"
-VERSION="0.0.9"
+VERSION="0.0.10"
 COPYRIGHT="Copyright (C) 2014 Michiel Broek, All Rights Reserved"
 CYEARS="2014"
 AC_SUBST(PACKAGE)
--- a/thermferm/Makefile	Sun Jul 13 17:31:45 2014 +0200
+++ b/thermferm/Makefile	Sun Jul 13 17:34:41 2014 +0200
@@ -54,14 +54,15 @@
 
 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
 # Dependencies generated by make depend
-thermferm.o: thermferm.h
-sensors.o: thermferm.h
-futil.o: thermferm.h
-lock.o: thermferm.h
-logger.o: thermferm.h
-lcd-pcf8574.o: thermferm.h
-xutil.o: thermferm.h
-server.o: thermferm.h
-rdconfig.o: thermferm.h
-units.o: thermferm.h
+thermferm.o: lock.h logger.h rdconfig.h sensors.h server.h thermferm.h lcd-pcf8574.h lcd-buffer.h futil.h units.h xutil.h
+sensors.o: sensors.h thermferm.h xutil.h
+lcd-buffer.o: thermferm.h lcd-buffer.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
+xutil.o: thermferm.h xutil.h
+server.o: rdconfig.h thermferm.h server.h xutil.h
+rdconfig.o: rdconfig.h thermferm.h futil.h xutil.h
+units.o: thermferm.h units.h xutil.h
 # End of generated dependencies

mercurial