summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Hammerschmid <linux@home.pages.at>2002-10-06 08:54:21 +0200
committerMartin Hammerschmid <linux@home.pages.at>2002-10-06 08:54:21 +0200
commit575800cfff3962e6beb609052668586a1a8e0b75 (patch)
tree7300c9a170f266017000ff9fc84cdf6a8abce414 /Makefile
parent601b9ddb03c7ebd0a10c40aa1e88d405935fa7b6 (diff)
downloadvdr-plugin-lcdproc-575800cfff3962e6beb609052668586a1a8e0b75.tar.gz
vdr-plugin-lcdproc-575800cfff3962e6beb609052668586a1a8e0b75.tar.bz2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
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: