[gst-cvs] gstreamer: introspection: Fix out-of-tree build
Sebastian Dröge
slomo at kemper.freedesktop.org
Sat Sep 5 03:26:24 PDT 2009
Module: gstreamer
Branch: master
Commit: 4b7518a4e5940a31115fd317d09fd6af913f11b5
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=4b7518a4e5940a31115fd317d09fd6af913f11b5
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Sat Sep 5 12:04:59 2009 +0200
introspection: Fix out-of-tree build
---
libs/gst/base/Makefile.am | 2 +-
libs/gst/check/Makefile.am | 2 +-
libs/gst/controller/Makefile.am | 2 +-
libs/gst/dataprotocol/Makefile.am | 2 +-
libs/gst/net/Makefile.am | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/libs/gst/base/Makefile.am b/libs/gst/base/Makefile.am
index f07f69f..3eccc53 100644
--- a/libs/gst/base/Makefile.am
+++ b/libs/gst/base/Makefile.am
@@ -52,7 +52,7 @@ GstBase- at GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstbase- at GST_MAJORMINO
--nsversion=@GST_MAJORMINOR@ \
-I$(top_srcdir) \
$(gir_cincludes) \
- --add-include-path=$(top_srcdir)/gst \
+ --add-include-path=$(top_builddir)/gst \
--library=gstbase-0.10 \
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \
diff --git a/libs/gst/check/Makefile.am b/libs/gst/check/Makefile.am
index 0bc8102..57d9efa 100644
--- a/libs/gst/check/Makefile.am
+++ b/libs/gst/check/Makefile.am
@@ -113,7 +113,7 @@ GstCheck- at GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcheck- at GST_MAJORMI
--nsversion=@GST_MAJORMINOR@ \
-I$(top_srcdir) \
$(gir_cincludes) \
- --add-include-path=$(top_srcdir)/gst \
+ --add-include-path=$(top_builddir)/gst \
--library=gstcheck-0.10 \
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \
diff --git a/libs/gst/controller/Makefile.am b/libs/gst/controller/Makefile.am
index bc9d12f..6c4153d 100644
--- a/libs/gst/controller/Makefile.am
+++ b/libs/gst/controller/Makefile.am
@@ -44,7 +44,7 @@ GstController- at GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcontroller- at G
--nsversion=@GST_MAJORMINOR@ \
-I$(top_srcdir) \
$(gir_cincludes) \
- --add-include-path=$(top_srcdir)/gst \
+ --add-include-path=$(top_builddir)/gst \
--library=gstcontroller-0.10 \
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \
diff --git a/libs/gst/dataprotocol/Makefile.am b/libs/gst/dataprotocol/Makefile.am
index 2ed8a08..2087c88 100644
--- a/libs/gst/dataprotocol/Makefile.am
+++ b/libs/gst/dataprotocol/Makefile.am
@@ -34,7 +34,7 @@ GstDataprotocol- at GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstdataprotoco
--nsversion=@GST_MAJORMINOR@ \
-I$(top_srcdir) \
$(gir_cincludes) \
- --add-include-path=$(top_srcdir)/gst \
+ --add-include-path=$(top_builddir)/gst \
--library=gstdataprotocol-0.10 \
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \
diff --git a/libs/gst/net/Makefile.am b/libs/gst/net/Makefile.am
index 2a81af5..2001c38 100644
--- a/libs/gst/net/Makefile.am
+++ b/libs/gst/net/Makefile.am
@@ -35,7 +35,7 @@ GstNet- at GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnet- at GST_MAJORMINOR@
--nsversion=@GST_MAJORMINOR@ \
-I$(top_srcdir) \
$(gir_cincludes) \
- --add-include-path=$(top_srcdir)/gst \
+ --add-include-path=$(top_builddir)/gst \
--library=gstnet-0.10 \
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \
More information about the Gstreamer-commits
mailing list