diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-06-23 22:02:32 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-06-23 22:02:32 +0200 |
commit | 5cd4835c99818dd0174d52db91d9ef53ada96a99 (patch) | |
tree | 5e631017e6ebe6d1d7d17c7fb786e079be362fa9 /Makefile | |
parent | 52a6afcc01e8da9ea226e15e8d4e63c5573fbb48 (diff) | |
download | skin-flatplus-5cd4835c99818dd0174d52db91d9ef53ada96a99.tar.gz skin-flatplus-5cd4835c99818dd0174d52db91d9ef53ada96a99.tar.bz2 |
first text scroller support in channel info
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,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 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: |