lib/Makefile

changeset 34
38e3e3a49320
parent 32
3bac8fd4173d
child 38
19422d958768
--- a/lib/Makefile	Fri May 09 22:29:42 2014 +0200
+++ b/lib/Makefile	Mon May 12 19:45:11 2014 +0200
@@ -3,9 +3,9 @@
 include ../Makefile.global
 
 SRCS		= xutil.c rdconfig.c lcd-pcf8574.c rc-switch.c dht11.c \
-		  logger.c
+		  logger.c lock.c
 OBJS		= xutil.o rdconfig.o lcd-pcf8574.o rc-switch.o dht11.o \
-		  logger.o
+		  logger.o lock.o
 HDRS		= mbselib.h
 TARGET		= libmbse.a
 
@@ -52,4 +52,5 @@
 rc-switch.o: ../config.h mbselib.h
 dht11.o: ../config.h mbselib.h
 logger.o: ../config.h mbselib.h
+lock.o: ../config.h mbselib.h
 # End of generated dependencies

mercurial