From: Wim Taymans Date: Sun, 9 Sep 2001 12:09:19 +0000 (+0000) Subject: Removed the .libs from the lib path as pkg-config adds this by default. X-Git-Tag: BRANCH-EVENTS1-ROOT~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f356cbc4f0a65cdd1450f38e261edd4bc580bb07;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/gstreamer-uninstalled.pc.in b/gstreamer-uninstalled.pc.in index 2968e4a5d5..d197399312 100644 --- a/gstreamer-uninstalled.pc.in +++ b/gstreamer-uninstalled.pc.in @@ -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@