From 5cd4835c99818dd0174d52db91d9ef53ada96a99 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Mon, 23 Jun 2014 22:02:32 +0200 Subject: first text scroller support in channel info --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a9aaf88..8f6a4dd9 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.2.3