From d8f8154bb9967da609354b27e25ae6f47ba6dd27 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Fri, 18 Jun 2010 22:52:36 +0200 Subject: new class for external services (service informations from other plugins: defined for now: radiotext, lcr, femon); radiotext/lcr-hack no longer necessary because of ext. services; new tokens for ext. services; bug fixes (casting, uint64_t, update detection); patches for femon <= 1.7.7 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d8484f8..8ee02b0 100644 --- a/Makefile +++ b/Makefile @@ -65,10 +65,13 @@ ifdef HAVE_FREETYPE2 DEFINES += -DHAVE_FREETYPE2 endif +### If femon-plugin <= 1.7.7 is used and has already been patched (see README) +# DEFINES += -DGRAPHLCD_SERVICE_FEMON_VALID + ### 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 +OBJS = alias.o common.o display.o menu.o plugin.o setup.o skinconfig.o state.o strfct.o service.o ### The main target: TARGETS = libvdr-$(PLUGIN).so -- cgit v1.2.3