From 3b78ec8374aac8daa560fa0cd06260fca6eb1500 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 15 Jul 2000 18:00:00 +0200 Subject: Version 0.06 - Added support for LIRC remote control (thanks to Carsten Koch!). There are now three different remote control modes: KBD (PC-Keyboard), RCU and LIRC. See the INSTALL file for information on how to enable either of these modes. The default mode is now KBD, not RCU as before (to make it work immediately even if there is no actual remote control). --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ed17ca..cfa7ef7 100644 --- a/Makefile +++ b/Makefile @@ -4,14 +4,16 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.3 2000/04/24 09:44:10 kls Exp $ +# $Id: Makefile 1.4 2000/06/24 15:09:30 kls Exp $ OBJS = config.o dvbapi.o interface.o menu.o osd.o recording.o remote.o tools.o vdr.o -ifdef DEBUG_REMOTE -DEFINES += -DDEBUG_REMOTE +ifndef REMOTE +REMOTE = KBD endif +DEFINES += -DREMOTE_$(REMOTE) + ifdef DEBUG_OSD DEFINES += -DDEBUG_OSD endif -- cgit v1.2.3