introspection: Fix for out-of-tree builds
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 5 Sep 2009 10:22:37 +0000 (12:22 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 5 Sep 2009 10:22:37 +0000 (12:22 +0200)
gst/Makefile.am

index 5945e00..e80cc4c 100644 (file)
@@ -247,6 +247,7 @@ Gst-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstreamer-@GST_MAJORMINOR@
        $(INTROSPECTION_SCANNER) -v --namespace Gst \
                --nsversion=@GST_MAJORMINOR@ \
                -I$(top_srcdir) \
+               -I$(top_builddir) \
                --c-include='gst/gst.h' \
                --library=gstreamer-0.10 \
                --include=GLib-2.0 \