libs: Fix GIR build for srcdir != builddir
authorEdward Hervey <bilboed@bilboed.com>
Sat, 11 Dec 2010 09:10:04 +0000 (10:10 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 11 Dec 2010 09:10:04 +0000 (10:10 +0100)
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 61c6675..5fe3d3a 100644 (file)
@@ -61,6 +61,8 @@ GstBase-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstbase-@GST_MAJORMINO
                --strip-prefix=Gst \
                -I$(top_srcdir) \
                -I$(top_srcdir)/libs \
+               -I$(top_builddir) \
+               -I$(top_builddir)/libs \
                $(gir_cincludes) \
                --add-include-path=$(top_builddir)/gst \
                --library=libgstbase-0.10.la \
index 0dfbe45..b3f0581 100644 (file)
@@ -121,6 +121,8 @@ GstCheck-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcheck-@GST_MAJORMI
                --strip-prefix=Gst \
                -I$(top_srcdir) \
                -I$(top_srcdir)/libs \
+               -I$(top_builddir) \
+               -I$(top_builddir)/libs \
                $(gir_cincludes) \
                --add-include-path=$(top_builddir)/gst \
                --library=libgstcheck-0.10.la \
index e777faf..4021a93 100644 (file)
@@ -45,6 +45,7 @@ GstController-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@G
                --nsversion=@GST_MAJORMINOR@ \
                --strip-prefix=Gst \
                -I$(top_srcdir) \
+               -I$(top_builddir) \
                $(gir_cincludes) \
                --add-include-path=$(top_builddir)/gst \
                --library=libgstcontroller-0.10.la \
index 4592ce9..4d1994e 100644 (file)
@@ -35,6 +35,7 @@ GstDataprotocol-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstdataprotoco
                --strip-prefix=Gst \
                --nsversion=@GST_MAJORMINOR@ \
                -I$(top_srcdir) \
+               -I$(top_builddir) \
                $(gir_cincludes) \
                --add-include-path=$(top_builddir)/gst \
                --library=libgstdataprotocol-0.10.la \
index 63a6e99..5d34e45 100644 (file)
@@ -37,6 +37,8 @@ GstNet-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnet-@GST_MAJORMINOR@
                --nsversion=@GST_MAJORMINOR@ \
                -I$(top_srcdir) \
                -I$(top_srcdir)/libs \
+               -I$(top_builddir) \
+               -I$(top_builddir)/libs \
                $(gir_cincludes) \
                --add-include-path=$(top_builddir)/gst \
                --library=libgstnet-0.10.la \