Removed the .libs from the lib path as pkg-config adds this by default.
authorWim Taymans <wim.taymans@gmail.com>
Sun, 9 Sep 2001 12:09:19 +0000 (12:09 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 9 Sep 2001 12:09:19 +0000 (12:09 +0000)
Original commit message from CVS:
Removed the .libs from the lib path as pkg-config adds this by default.

gstreamer-uninstalled.pc.in

index 2968e4a..d197399 100644 (file)
@@ -7,6 +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: -lgst -L${pcfiledir}/gst/.libs
+Libs: -lgst -L${pcfiledir}/gst/
 Cflags: -I${pcfiledir} @GST_DEFINE_CFLAGS@