summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-04-23 11:18:14 +0200
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-04-23 11:18:14 +0200
commit501b4664a5daf783503afb56b1eb13694509b20c (patch)
tree7ad2f3eb6037f884e875b737900549b2e5790fab /Makefile
parentd00a91a96cdf5a65ab149a4467c4cb46129d9d40 (diff)
downloadskin-flatplus-501b4664a5daf783503afb56b1eb13694509b20c.tar.gz
skin-flatplus-501b4664a5daf783503afb56b1eb13694509b20c.tar.bz2
complete rewrite multiline content, tvscraper support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2797a1ae..c6bce7c3 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,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 displaychannel.o displaymenu.o displaymessage.o \
+OBJS = config.o setup.o imagecache.o imagescaler.o imagemagickwrapper.o imageloader.o baserender.o complexcontent.o displaychannel.o displaymenu.o displaymessage.o \
displayreplay.o displaytracks.o displayvolume.o flat.o $(PLUGIN).o
### The main target:
@@ -139,7 +139,7 @@ install-decors:
install-icons:
mkdir -p $(DESTDIR)$(PLGRESDIR)/icons
cp -r icons/* $(DESTDIR)$(PLGRESDIR)/icons
-
+
install: install-lib install-i18n install-themes install-icons install-decors
dist: $(I18Npo) clean