diff options
author | Lucian Muresan <lucianm@users.sourceforge.net> | 2013-01-10 00:33:47 +0100 |
---|---|---|
committer | Lucian Muresan <lucianm@users.sourceforge.net> | 2013-01-10 00:33:47 +0100 |
commit | 6035ca2756570938b330782d97b261cfb99f343a (patch) | |
tree | be43ca4d985728a2ae9cce2d1dd9fef4f254c67b | |
parent | c26d164a9abbb08bc923d4f1b5f207b74c57ae18 (diff) | |
download | vdr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |