diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2010-06-18 22:52:36 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2010-06-18 22:52:36 +0200 |
commit | d8f8154bb9967da609354b27e25ae6f47ba6dd27 (patch) | |
tree | 2d34e0601ca87a024d6e13a295c8883ee73ec9fb /Makefile | |
parent | 4f8e89fbe330a263130ca066a1671297f939e42d (diff) | |
download | vdr-plugin-graphlcd-d8f8154bb9967da609354b27e25ae6f47ba6dd27.tar.gz vdr-plugin-graphlcd-d8f8154bb9967da609354b27e25ae6f47ba6dd27.tar.bz2 |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |