From 12d6350ce09ee34e168ad5d7e644f288f1628690 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 14 Dec 2001 15:05:41 +0000 Subject: [PATCH] small fix, maybe it will work now Original commit message from CVS: small fix, maybe it will work now --- gstreamer-uninstalled.pc.in | 2 +- gstreamer.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gstreamer-uninstalled.pc.in b/gstreamer-uninstalled.pc.in index 5eb9e9903c..98066d0874 100644 --- a/gstreamer-uninstalled.pc.in +++ b/gstreamer-uninstalled.pc.in @@ -8,5 +8,5 @@ Description: Streaming-media framework, Not Installed Version: @VERSION@ Requires: @GST_PKG_DEPS@, libxml >= 1.8.1 Libs: -lgst -L${pcfiledir}/gst/ -Cflags: -I${pcfiledir} @GST_CFLAGS@ +Cflags: -I${pcfiledir}/gst @GST_CFLAGS@ diff --git a/gstreamer.pc.in b/gstreamer.pc.in index babca27acc..2f9f10836f 100644 --- a/gstreamer.pc.in +++ b/gstreamer.pc.in @@ -8,4 +8,4 @@ Description: Streaming-media framework Requires: @GST_PKG_DEPS@, libxml >= 1.8.1 Version: @VERSION@ Libs: -L${libdir} -lgst -Cflags: -I${includedir} @GST_CFLAGS@ +Cflags: -I${includedir}/gst @GST_CFLAGS@