summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2014-11-02 18:38:22 +0100
committerManuel Reimer <manuel.reimer@gmx.de>2014-11-02 18:38:22 +0100
commite519aa7d75958e118112f2e8fb7121cda12e09a7 (patch)
tree72bb2de5bb91c944d4a232c307e67ee4061821cc /Makefile
parent9511982fdd6f8a5e3e045e824b85d0e9998e6e0d (diff)
parent037e8e0cb128734a447d472ea2345eea02ee65b6 (diff)
downloadvdr-plugin-skindesigner-e519aa7d75958e118112f2e8fb7121cda12e09a7.tar.gz
vdr-plugin-skindesigner-e519aa7d75958e118112f2e8fb7121cda12e09a7.tar.bz2
Fixed merge error
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdf671c..dedf333 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@
#
# $Id$ Makefile 1.0 2014/07/24 louis Exp $
+# Config
+CONFIG := #-DDOPROFILE # enable profiling code
+
# The official name of this plugin.
PLUGIN = skindesigner
@@ -39,7 +42,7 @@ PACKAGE = vdr-$(ARCHIVE)
SOFILE = libvdr-$(PLUGIN).so
### Includes and Defines and Dependencies:
-DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' $(CONFIG)
DEFINES += $(shell xml2-config --cflags)
INCLUDES += $(shell pkg-config --cflags freetype2 fontconfig)