From 928ad2ffb7540ad226fa1e919abe99e7bab7ebd5 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 14 Aug 2001 19:13:09 +0000 Subject: [PATCH] changed this to work for gst-bind if anyone gets into problems with this then let me know and we'll fix it together ;) Original commit message from CVS: changed this to work for gst-bind if anyone gets into problems with this then let me know and we'll fix it together ;) --- gstreamer-uninstalled.pc.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gstreamer-uninstalled.pc.in b/gstreamer-uninstalled.pc.in index f819ee4129..2968e4a5d5 100644 --- a/gstreamer-uninstalled.pc.in +++ b/gstreamer-uninstalled.pc.in @@ -7,5 +7,6 @@ Name: GStreamer Uninstalled Description: Streaming-media framework, Not Installed Version: @VERSION@ Requires: glib >= 1.2.0, gtk+ >= 1.2.0, libxml >= 1.8.1 -Libs: ${pc_top_builddir}/${pcfiledir}/gst/libgst.la -Cflags: -I${pc_top_builddir}/${pcfiledir} @GST_DEFINE_CFLAGS@ +Libs: -lgst -L${pcfiledir}/gst/.libs +Cflags: -I${pcfiledir} @GST_DEFINE_CFLAGS@ +