From f356cbc4f0a65cdd1450f38e261edd4bc580bb07 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 9 Sep 2001 12:09:19 +0000 Subject: [PATCH] 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. --- gstreamer-uninstalled.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer-uninstalled.pc.in b/gstreamer-uninstalled.pc.in index 2968e4a..d197399 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@ -- 2.7.4