summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: