diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-11 21:59:14 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-11 21:59:14 +0100 |
commit | 01ced85236b625635231bb548e04469252ae98df (patch) | |
tree | 519538ac726b9956bdc6690c54842a04054c0da9 /Makefile | |
parent | 847cb778ddcab6ccf458db6ef4ae5e68a31038d1 (diff) | |
download | skin-flatplus-01ced85236b625635231bb548e04469252ae98df.tar.gz skin-flatplus-01ced85236b625635231bb548e04469252ae98df.tar.bz2 |
add first implementation of imagescaler + imagecache
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ LIBS += $(shell pkg-config --libs Magick++) ### The object files (add further files here): -OBJS = config.o setup.o imageloader.o baserender.o displaychannel.o displaymenu.o displaymessage.o \ +OBJS = config.o setup.o imagecache.o imagescaler.o imagemagickwrapper.o imageloader.o baserender.o displaychannel.o displaymenu.o displaymessage.o \ displayreplay.o displaytracks.o displayvolume.o flat.o $(PLUGIN).o ### The main target: |