summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-11 21:59:14 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-11 21:59:14 +0100
commit01ced85236b625635231bb548e04469252ae98df (patch)
tree519538ac726b9956bdc6690c54842a04054c0da9 /Makefile
parent847cb778ddcab6ccf458db6ef4ae5e68a31038d1 (diff)
downloadskin-flatplus-01ced85236b625635231bb548e04469252ae98df.tar.gz
skin-flatplus-01ced85236b625635231bb548e04469252ae98df.tar.bz2
add first implementation of imagescaler + imagecache
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 687bc748..72c18fdf 100644
--- a/Makefile
+++ b/Makefile
@@ -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: