From 2899713cd4824ee7a93ad5a6e934f2ba4c6da473 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Wed, 12 Feb 2014 21:18:55 +0100 Subject: update makefile --- Makefile | 4 ++-- 1 file 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++) -- cgit v1.2.3