From 49b4b15233a7efbc0bc7bd6cb33daecd7a2a75dc Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Sat, 13 Dec 2008 18:46:51 +0100 Subject: switched completely to VDR 1.6's I18N system and removed the old crap - no more support for older VDR versions! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff79770..5cafe3c 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D_GNU_SOURCE ### The object files (add further files here): -OBJS = $(PLUGIN).o menu.o txtfont.o i18n.o txtrecv.o txtrender.o displaybase.o display.o +OBJS = $(PLUGIN).o menu.o txtfont.o txtrecv.o txtrender.o displaybase.o display.o ### Implicit rules: -- cgit v1.2.3