From 2ee6173832f7760cad33b0b63ce4f798d6640873 Mon Sep 17 00:00:00 2001 From: Martin Hammerschmid Date: Tue, 17 Dec 2002 18:46:31 +0100 Subject: Version 0.0.8 --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 80ad3e9..fcec38f 100644 --- a/Makefile +++ b/Makefile @@ -36,14 +36,18 @@ INCLUDES = -I$(VDRINC) -I$(DVBDIR) DEFINES = -DPLUGIN_NAME_I18N='"$(PLUGIN)"' +ifdef LCDKEYCONF +DEFINES += -DLCD_EXT_KEY_CONF="\"$(LCDKEYCONF)\"" +endif + ### The object files (add further files here): OBJS = $(PLUGIN).o lcd.o sockets.o i18n.o setup.o ### The C++ compiler and options: -CXX = g++ -CXXFLAGS = -g -O2 -Wall -Woverloaded-virtual +CXX ?= g++ +CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual ### Implicit rules: -- cgit v1.2.3