From: Tim-Philipp Müller Date: Thu, 13 Jan 2011 20:12:16 +0000 (+0000) Subject: gobject-introspection: another attempt to make g-i find the right libgstreamer X-Git-Tag: RELEASE-0.10.32~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c073ca2c7c401773bfeee837540ee6301532b89;p=platform%2Fupstream%2Fgstreamer.git gobject-introspection: another attempt to make g-i find the right libgstreamer Turns out g-i puts the additional -L we specify at the end, helpfully. https://bugzilla.gnome.org/show_bug.cgi?id=637549 --- diff --git a/libs/gst/base/Makefile.am b/libs/gst/base/Makefile.am index 01ed290..483aa8e 100644 --- a/libs/gst/base/Makefile.am +++ b/libs/gst/base/Makefile.am @@ -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" \