introspection: Fix out-of-tree build
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 5 Sep 2009 10:04:59 +0000 (12:04 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 5 Sep 2009 10:04:59 +0000 (12:04 +0200)
libs/gst/base/Makefile.am
libs/gst/check/Makefile.am
libs/gst/controller/Makefile.am
libs/gst/dataprotocol/Makefile.am
libs/gst/net/Makefile.am

index f07f69f..3eccc53 100644 (file)
@@ -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" \
index 0bc8102..57d9efa 100644 (file)
@@ -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" \
index bc9d12f..6c4153d 100644 (file)
@@ -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" \
index 2ed8a08..2087c88 100644 (file)
@@ -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" \
index 2a81af5..2001c38 100644 (file)
@@ -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" \