summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-05 12:04:59 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-05 12:04:59 +0200
commit4b7518a4e5940a31115fd317d09fd6af913f11b5 (patch)
treeef89dcbe38231b9b3cbbc620174852b21bb33a18
parent9f16dc384ea6c91e1dfd5d5afd475491af3ec8b9 (diff)
introspection: Fix out-of-tree build
-rw-r--r--libs/gst/base/Makefile.am2
-rw-r--r--libs/gst/check/Makefile.am2
-rw-r--r--libs/gst/controller/Makefile.am2
-rw-r--r--libs/gst/dataprotocol/Makefile.am2
-rw-r--r--libs/gst/net/Makefile.am2
5 files changed, 5 insertions, 5 deletions
diff --git a/libs/gst/base/Makefile.am b/libs/gst/base/Makefile.am
index f07f69fd69..3eccc538ce 100644
--- a/libs/gst/base/Makefile.am
+++ b/libs/gst/base/Makefile.am
@@ -52,7 +52,7 @@ GstBase-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstbase-@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 0bc81025e4..57d9efad41 100644
--- a/libs/gst/check/Makefile.am
+++ b/libs/gst/check/Makefile.am
@@ -113,7 +113,7 @@ GstCheck-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcheck-@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 bc9d12f6f3..6c4153d7f5 100644
--- a/libs/gst/controller/Makefile.am
+++ b/libs/gst/controller/Makefile.am
@@ -44,7 +44,7 @@ GstController-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@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 2ed8a08f0e..2087c8820e 100644
--- a/libs/gst/dataprotocol/Makefile.am
+++ b/libs/gst/dataprotocol/Makefile.am
@@ -34,7 +34,7 @@ GstDataprotocol-@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 2a81af5b39..2001c38384 100644
--- a/libs/gst/net/Makefile.am
+++ b/libs/gst/net/Makefile.am
@@ -35,7 +35,7 @@ GstNet-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnet-@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" \