summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucian Muresan <lucianm@users.sourceforge.net>2013-01-10 00:33:47 +0100
committerLucian Muresan <lucianm@users.sourceforge.net>2013-01-10 00:33:47 +0100
commit6035ca2756570938b330782d97b261cfb99f343a (patch)
treebe43ca4d985728a2ae9cce2d1dd9fef4f254c67b
parentc26d164a9abbb08bc923d4f1b5f207b74c57ae18 (diff)
downloadvdr-plugin-graphlcd-6035ca2756570938b330782d97b261cfb99f343a.tar.gz
vdr-plugin-graphlcd-6035ca2756570938b330782d97b261cfb99f343a.tar.bz2
added plugincflags for evaluation from some vdr.pc versions (thanks mrwastl for spotting)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d0607b..0ba97b3 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ TMPDIR ?= /tmp
### The compiler options:
export CFLAGS = $(call PKGCFG,cflags)
-export CXXFLAGS = $(call PKGCFG,cxxflags)
+export CXXFLAGS = $(call PKGCFG,cxxflags) $(call PKGCFG,plugincflags)
### The version number of VDR's plugin API: