From 575800cfff3962e6beb609052668586a1a8e0b75 Mon Sep 17 00:00:00 2001 From: Martin Hammerschmid Date: Sun, 6 Oct 2002 08:54:21 +0200 Subject: Version 0.0.6 --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6c87407..bc10e92 100644 --- a/Makefile +++ b/Makefile @@ -36,14 +36,9 @@ INCLUDES = -I$(VDRINC) -I$(DVBDIR) DEFINES = -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -ifndef LCDTRANS -LCDTRANS = hd44780 -endif -DEFINES += -DLCD_$(LCDTRANS) - ### The object files (add further files here): -OBJS = $(PLUGIN).o lcd.o sockets.o i18n.o +OBJS = $(PLUGIN).o lcd.o sockets.o i18n.o setup.o ### The C++ compiler and options: -- cgit v1.2.3