lib/Makefile

changeset 20
f7f9463cdefd
parent 16
f4cbe008da72
child 31
89dd2b691701
--- a/lib/Makefile	Sat May 03 23:21:00 2014 +0200
+++ b/lib/Makefile	Sun May 04 17:18:27 2014 +0200
@@ -2,8 +2,8 @@
 
 include ../Makefile.global
 
-SRCS		= xutil.c rdconfig.c lcd-pcf8574.c
-OBJS		= xutil.o rdconfig.o lcd-pcf8574.o
+SRCS		= xutil.c rdconfig.c lcd-pcf8574.c rc-switch.c
+OBJS		= xutil.o rdconfig.o lcd-pcf8574.o rc-switch.o
 HDRS		= mbselib.h
 TARGET		= libmbse.a
 
@@ -47,4 +47,5 @@
 xutil.o: ../config.h mbselib.h
 rdconfig.o: ../config.h mbselib.h
 lcd-pcf8574.o: ../config.h mbselib.h
+rc-switch.o: ../config.h mbselib.h
 # End of generated dependencies

mercurial