From 7077eba3c3bf4ff2f641b5873e414ad9c3c541ba Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Sun, 30 Nov 2014 13:30:51 +0100 Subject: update widgets folders --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3