From 954187812fe276dbf92ddb3af849961e936ab5dc Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 23 Feb 2008 12:23:38 +0000 Subject: Check for and define ERROR_CXXFLAGS and use them when building Original commit message from CVS: * configure.ac: * ext/taglib/Makefile.am: Check for and define ERROR_CXXFLAGS and use them when building C++ code (#516509). --- ext/taglib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/taglib') diff --git a/ext/taglib/Makefile.am b/ext/taglib/Makefile.am index adeaae6f..d9884eba 100644 --- a/ext/taglib/Makefile.am +++ b/ext/taglib/Makefile.am @@ -7,7 +7,7 @@ libgsttaglib_la_CFLAGS = \ $(TAGLIB_CFLAGS) libgsttaglib_la_CXXFLAGS = \ $(GST_PLUGINS_BASE_CFLAGS) \ - $(GST_CFLAGS) \ + $(GST_CXXFLAGS) \ $(TAGLIB_CFLAGS) libgsttaglib_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_MAJORMINOR) \ -- cgit