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" \