From 0e0369cd62f86607e8fbdf8e5ed7758855597e5b Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sun, 4 Apr 2010 22:07:33 +0300 Subject: [PATCH] Revert "configure: fix out of source dir builds" This reverts commit ca0bd3a8cea31f9ea0df798a83d3007e696958ba. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8faa21bdb7..70debd8806 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="$GST_CFLAGS \$(GST_OPTION_CXXFLAGS)" -GST_CFLAGS="$GST_CFLAGS \$(GST_OPTION_CFLAGS)" +GST_CXXFLAGS="-I\$(top_srcdir)/gst-libs $GST_CFLAGS \$(GST_OPTION_CXXFLAGS)" +GST_CFLAGS="-I\$(top_srcdir)/gst-libs $GST_CFLAGS \$(GST_OPTION_CFLAGS)" AC_SUBST(GST_CFLAGS) AC_SUBST(GST_CXXFLAGS) AC_SUBST(GST_LIBS)