summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-07-15 12:39:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-07-15 12:39:20 +0200
commit20019e7ce51b9e14ce28f96b263b76e6becd4184 (patch)
tree183c0f3bac333786eb71f6825ce40412b8cb7ab4 /Makefile
parent5c574ffb7bba34506479247bf6d924e090bc2d10 (diff)
downloadvdr-20019e7ce51b9e14ce28f96b263b76e6becd4184.tar.gz
vdr-20019e7ce51b9e14ce28f96b263b76e6becd4184.tar.bz2
Added support for LIRC remote control0.0.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0ed17ca7..cfa7ef7f 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