summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-11-30 13:30:51 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-11-30 13:30:51 +0100
commit7077eba3c3bf4ff2f641b5873e414ad9c3c541ba (patch)
tree39d7c10226f65df47d9c4ae179bdd4c9d93753fa /Makefile
parent0e077a1ed82ca9bfb8e6f234f53bbb44400df86a (diff)
downloadskin-flatplus-7077eba3c3bf4ff2f641b5873e414ad9c3c541ba.tar.gz
skin-flatplus-7077eba3c3bf4ff2f641b5873e414ad9c3c541ba.tar.bz2
update widgets folders
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9abbfe07..80afec56 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,6 @@ VDRLOGO = vdrlogo_default
#DEFINES += -DDEBUGIMAGELOADTIME
#DEFINES += -DDEBUGEPGTIME
-
### The version number of this plugin (taken from the main source file):
VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g')
@@ -69,6 +68,7 @@ SOFILE = libvdr-$(PLUGIN).so
INCLUDES += $(shell pkg-config --cflags Magick++ freetype2 fontconfig)
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DVDRLOGO=\"$(VDRLOGO)\"
+DEFINES += -DWIDGETFOLDER='"$(DESTDIR)$(LIBDIR)/$(PLUGIN)/widgets"'
LIBS += $(shell pkg-config --libs Magick++)
@@ -146,8 +146,8 @@ install-configs:
cp configs/* $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/configs
install-widgets:
- mkdir -p $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/widgets
- cp -r widgets/* $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/widgets
+ mkdir -p $(DESTDIR)$(LIBDIR)/$(PLUGIN)/widgets
+ cp -r widgets/* $(DESTDIR)$(LIBDIR)/$(PLUGIN)/widgets
install: install-lib install-i18n install-themes install-icons install-decors install-configs install-widgets