summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-12 21:18:55 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-12 21:18:55 +0100
commit2899713cd4824ee7a93ad5a6e934f2ba4c6da473 (patch)
tree248d186013de5ef2c2863dae9b113dcb77e0a8a2 /Makefile
parent0471d6cd162e9c276f17cc52daff78619f9c45e4 (diff)
downloadskin-flatplus-2899713cd4824ee7a93ad5a6e934f2ba4c6da473.tar.gz
skin-flatplus-2899713cd4824ee7a93ad5a6e934f2ba4c6da473.tar.bz2
update makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab0c9f28..45977b8a 100644
--- a/Makefile
+++ b/Makefile
@@ -62,9 +62,9 @@ INCLUDES += $(shell pkg-config --cflags Magick++)
# vdrlogo_xubuntu2
# vdrlogo_yavdr
-VDRLOGO = -DVDRLOGO=\"vdrlogo_default\"
+VDRLOGO = vdrlogo_default
-DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' $(VDRLOGO)
+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DVDRLOGO=\"$(VDRLOGO)\"
LIBS += $(shell pkg-config --libs Magick++)