diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-04-23 11:18:14 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-04-23 11:18:14 +0200 |
commit | 501b4664a5daf783503afb56b1eb13694509b20c (patch) | |
tree | 7ad2f3eb6037f884e875b737900549b2e5790fab /Makefile | |
parent | d00a91a96cdf5a65ab149a4467c4cb46129d9d40 (diff) | |
download | skin-flatplus-501b4664a5daf783503afb56b1eb13694509b20c.tar.gz skin-flatplus-501b4664a5daf783503afb56b1eb13694509b20c.tar.bz2 |
complete rewrite multiline content, tvscraper support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |