libs: point gobject-introspection scanner to .la files
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 31 Mar 2010 09:43:04 +0000 (10:43 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 3 Apr 2010 12:41:52 +0000 (13:41 +0100)
commitc4a4f2dad26dad50fd0f6ffb17f49a85879e2090
treea3458e9ec17d70f5d11a2c4b3663721be7f416bc
parent6ca0b51e4e00a296a09cc0290ac179a52c3a80f6
libs: point gobject-introspection scanner to .la files

Point g-ir-scanner to the .la file of our library, which hopefully
makes it find the right dependencies in all cases (ie. our locally
built libgstreamer and not the system-installed one). This is also
how it's done in Gtk+ and how it's documented in the wiki, see
http://live.gnome.org/GObjectIntrospection/AutotoolsIntegration

Based on patches by Vincent Untz and Alan Knowles.

Fixes #603710.
gst/Makefile.am
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