From 6c073ca2c7c401773bfeee837540ee6301532b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 13 Jan 2011 20:12:16 +0000 Subject: [PATCH] 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 --- libs/gst/base/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/gst/base/Makefile.am b/libs/gst/base/Makefile.am index 01ed290d01..483aa8ee87 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" \