diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2015-12-12 15:18:14 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2015-12-12 15:18:14 +0100 |
commit | 4f9b3886780382addf8f233905ca9d0b738ebf5a (patch) | |
tree | da1456942179f040df8e3a862b263112b67cc2a5 /Makefile | |
parent | e00fe192159433435b5f6b531cb6895c091d76de (diff) | |
download | skin-flatplus-4f9b3886780382addf8f233905ca9d0b738ebf5a.tar.gz skin-flatplus-4f9b3886780382addf8f233905ca9d0b738ebf5a.tar.bz2 |
add support for vdr-2.3.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ LIBS += $(shell pkg-config --libs Magick++) ### The object files (add further files here): -OBJS = config.o setup.o imagecache.o imagescaler.o imagemagickwrapper.o imageloader.o baserender.o complexcontent.o textscroller.o femonreceiver.o displaychannel.o displaymenu.o displaymessage.o \ +OBJS = config.o setup.o imagecache.o imagescaler.o imagemagickwrapper.o imageloader.o baserender.o complexcontent.o textscroller.o displaychannel.o displaymenu.o displaymessage.o \ displayreplay.o displaytracks.o displayvolume.o flat.o $(PLUGIN).o ### The main target: |