lib/Makefile

changeset 31
89dd2b691701
parent 20
f7f9463cdefd
child 32
3bac8fd4173d
--- a/lib/Makefile	Thu May 08 15:09:56 2014 +0200
+++ b/lib/Makefile	Thu May 08 22:36:51 2014 +0200
@@ -2,8 +2,8 @@
 
 include ../Makefile.global
 
-SRCS		= xutil.c rdconfig.c lcd-pcf8574.c rc-switch.c
-OBJS		= xutil.o rdconfig.o lcd-pcf8574.o rc-switch.o
+SRCS		= xutil.c rdconfig.c lcd-pcf8574.c rc-switch.c dht11.c
+OBJS		= xutil.o rdconfig.o lcd-pcf8574.o rc-switch.o dht11.o
 HDRS		= mbselib.h
 TARGET		= libmbse.a
 
@@ -48,4 +48,5 @@
 rdconfig.o: ../config.h mbselib.h
 lcd-pcf8574.o: ../config.h mbselib.h
 rc-switch.o: ../config.h mbselib.h
+dht11.o: ../config.h mbselib.h
 # End of generated dependencies

mercurial