summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2016-04-16 10:01:29 +0200
committerlouis <louis.braun@gmx.de>2016-04-16 10:01:29 +0200
commit0e93a8663f8ddce97953baa3b7518ecdef371d7e (patch)
tree9084b26564aae1593112a53eb5d5ca276cfa9480 /Makefile
parent92553a8134c7436f598fbe28078614291755847c (diff)
downloadvdr-plugin-skindesigner-0e93a8663f8ddce97953baa3b7518ecdef371d7e.tar.gz
vdr-plugin-skindesigner-0e93a8663f8ddce97953baa3b7518ecdef371d7e.tar.bz2
improved disabling of skininstaller
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 807a054..2643049 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
# $Id$ Makefile 1.0 2014/07/24 louis Exp $
# Config
-CONFIG := #-DDOPROFILE # enable profiling code
-CONFIG += -DUSE_SKININSTALLER # use skin installer in skindesigner setup
+CONFIG := #-DDOPROFILE # enable profiling code
+CONFIG += #-DDO_NOT_USE_SKININSTALLER # disable installer in skindesigner setup
# The official name of this plugin.
PLUGIN = skindesigner
@@ -138,7 +138,7 @@ $(SOFILE): SUB_LIBS = libskindesignerapi/libskindesignerapi.so.$(shell pkg-confi
### Implicit rules:
%.o: %.c
- $(CXX) $(CXXFLAGS) -std=c++11 -c $(DEFINES) $(SUB_DEFINES) $(INCLUDES) -o $@ $<
+ $(CXX) $(CXXFLAGS) $(CPPFLAGS) -std=c++11 -c $(DEFINES) $(SUB_DEFINES) $(INCLUDES) -o $@ $<
### Dependencies: