diff src/lirc/Makefile @ 2277:5e54ffc4f46f

Apply lirc patch from bugzilla. (Bugzilla #62).
author Andrew O. Shadoura <bugzilla@tut.by>
date Tue, 01 Jan 2008 16:03:44 -0600
parents 03a2bb1c521e
children c42fa8f89616
line wrap: on
line diff
--- a/src/lirc/Makefile	Thu Dec 27 20:50:05 2007 +0100
+++ b/src/lirc/Makefile	Tue Jan 01 16:03:44 2008 -0600
@@ -1,7 +1,10 @@
 PLUGIN = lirc${PLUGIN_SUFFIX}
 
 SRCS = about.c \
-       lirc.c
+       lirc.c \
+       lirc_cfg.c \
+       callbacks.c \
+       interface.c
 
 include ../../buildsys.mk
 include ../../extra.mk