From bee592f98129e7a986b6a4007ff33e34bfaa09f4 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Sun, 9 May 2010 21:34:56 +0200 Subject: VDR < 1.5.x: small workaround for displaying month/day-names in configures language; plugin should now be working for both non-UTF8 and UTF8 versions of VDR --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 137b401..d8484f8 100644 --- a/Makefile +++ b/Makefile @@ -67,12 +67,15 @@ endif ### The object files (add further files here): -OBJS = alias.o common.o display.o i18n.o menu.o plugin.o setup.o skinconfig.o state.o strfct.o +#OBJS = alias.o common.o display.o i18n.o menu.o plugin.o setup.o skinconfig.o state.o strfct.o +OBJS = alias.o common.o display.o menu.o plugin.o setup.o skinconfig.o state.o strfct.o ### The main target: TARGETS = libvdr-$(PLUGIN).so ifneq ($(shell grep -l 'Phrases' $(VDRDIR)/i18n.c),$(VDRDIR)/i18n.c) TARGETS += i18n +else +OBJS += i18n.o endif -- cgit v1.2.3