From 6035ca2756570938b330782d97b261cfb99f343a Mon Sep 17 00:00:00 2001 From: Lucian Muresan Date: Thu, 10 Jan 2013 00:33:47 +0100 Subject: added plugincflags for evaluation from some vdr.pc versions (thanks mrwastl for spotting) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3