[gst-cvs] gst-plugins-good: configure: fix out of source dir builds
Stefan Kost
ensonic at kemper.freedesktop.org
Sun Apr 4 12:00:46 PDT 2010
Module: gst-plugins-good
Branch: master
Commit: ca0bd3a8cea31f9ea0df798a83d3007e696958ba
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=ca0bd3a8cea31f9ea0df798a83d3007e696958ba
Author: Stefan Kost <ensonic at users.sf.net>
Date: Sun Apr 4 21:36:35 2010 +0300
configure: fix out of source dir builds
Remove non-existing gst-libs from include and library-paths'.
Fixes #614354 even more.
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 70debd8..8faa21b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1040,8 +1040,8 @@ dnl FIXME: do we want to rename to GST_ALL_* ?
dnl prefer internal headers to already installed ones
dnl also add builddir include for enumtypes and marshal
dnl add ERROR_CFLAGS, but overridable
-GST_CXXFLAGS="-I\$(top_srcdir)/gst-libs $GST_CFLAGS \$(GST_OPTION_CXXFLAGS)"
-GST_CFLAGS="-I\$(top_srcdir)/gst-libs $GST_CFLAGS \$(GST_OPTION_CFLAGS)"
+GST_CXXFLAGS="$GST_CFLAGS \$(GST_OPTION_CXXFLAGS)"
+GST_CFLAGS="$GST_CFLAGS \$(GST_OPTION_CFLAGS)"
AC_SUBST(GST_CFLAGS)
AC_SUBST(GST_CXXFLAGS)
AC_SUBST(GST_LIBS)
More information about the Gstreamer-commits
mailing list