From 0703b948dd63eb281df5dc531abdf66818becdf7 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Sat, 17 Sep 2011 21:28:10 +0200 Subject: cExtData is now a singleton class, thus its content survives a DISCONN/CONNECT of a display; trans() now works as expected; three new tokens: 'IsMenuList', 'MenuText', 'MenuTextScroll'; support added for ':clean' and ':rest' for tokens 'MenuTitle', 'MenuCurrent', and 'MenuText' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 557b8d4..59210fa 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ 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 menu.o plugin.o setup.o skinconfig.o state.o strfct.o service.o +OBJS = alias.o common.o display.o menu.o plugin.o setup.o skinconfig.o state.o strfct.o service.o extdata.o ### The main target: TARGETS = libvdr-$(PLUGIN).so -- cgit v1.2.3