small fix, maybe it will work now
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 Dec 2001 15:05:41 +0000 (15:05 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 Dec 2001 15:05:41 +0000 (15:05 +0000)
Original commit message from CVS:
small fix, maybe it will work now

gstreamer-uninstalled.pc.in
gstreamer.pc.in

index 5eb9e99..98066d0 100644 (file)
@@ -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@
 
index babca27..2f9f108 100644 (file)
@@ -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@