Removed the .libs from the lib path as pkg-config adds this by default.

Original commit message from CVS:
Removed the .libs from the lib path as pkg-config adds this by default.
This commit is contained in:
Wim Taymans 2001-09-09 12:09:19 +00:00
parent 967315acac
commit f356cbc4f0

View 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@