changed this to work for gst-bind if anyone gets into problems with this then let...
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 14 Aug 2001 19:13:09 +0000 (19:13 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 14 Aug 2001 19:13:09 +0000 (19:13 +0000)
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

index f819ee4..2968e4a 100644 (file)
@@ -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@
+