gobject-introspection: another attempt to make g-i find the right libgstreamer
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 13 Jan 2011 20:12:16 +0000 (20:12 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 13 Jan 2011 20:12:16 +0000 (20:12 +0000)
Turns out g-i puts the additional -L we specify at the end, helpfully.

https://bugzilla.gnome.org/show_bug.cgi?id=637549

libs/gst/base/Makefile.am

index 01ed290..483aa8e 100644 (file)
@@ -66,6 +66,7 @@ GstBase-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstbase-@GST_MAJORMINO
                $(gir_cincludes) \
                --add-include-path=$(top_builddir)/gst \
                --library-path=$(top_builddir)/gst \
+               --library=$(top_builddir)/gst/libgstreamer-0.10.la \
                --library=libgstbase-0.10.la \
                --include=Gst-0.10 \
                --libtool="$(top_builddir)/libtool" \