Revert "Add srcdir to includes for out-of-source builds"
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 17 Mar 2010 14:33:35 +0000 (14:33 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 17 Mar 2010 14:55:27 +0000 (14:55 +0000)
I don't know how this ever worked, as it seems to put -I./..
and -I./../libs verbatim into the includes, at least with
current autotools versions.

This reverts commit 279a80ff27ba4c90f52981e89e710eb1181bc201.

pkgconfig/gstreamer-base-uninstalled.pc.in
pkgconfig/gstreamer-check-uninstalled.pc.in
pkgconfig/gstreamer-controller-uninstalled.pc.in
pkgconfig/gstreamer-dataprotocol-uninstalled.pc.in
pkgconfig/gstreamer-net-uninstalled.pc.in
pkgconfig/gstreamer-uninstalled.pc.in

index e636a91..ef07549 100644 (file)
@@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
 Version: @VERSION@
 
 Libs: ${libdir}/libgstbase-@GST_MAJORMINOR@.la
-Cflags: -I${includedir} -I@srcdir@/..
+Cflags: -I${includedir}
index 2f5e6d3..16b7a33 100644 (file)
@@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
 Version: @VERSION@
 
 Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la -lm
-Cflags: -I${includedir} -I@srcdir@/..
+Cflags: -I${includedir}
index 40af9f1..6bb9ef0 100644 (file)
@@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
 Version: @VERSION@
 
 Libs: ${libdir}/libgstcontroller-@GST_MAJORMINOR@.la
-Cflags: -I${includedir} -I@srcdir@/..
+Cflags: -I${includedir}
index 7f0b505..ebee87e 100644 (file)
@@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
 Version: @VERSION@
 
 Libs: ${libdir}/gst/dataprotocol/libgstdataprotocol-@GST_MAJORMINOR@.la
-Cflags: -I${includedir} -I@srcdir@/.. -I${includedir}/libs  -I@srcdir@/../libs
+Cflags: -I${includedir} -I${includedir}/libs
index 4ada69e..62165ce 100644 (file)
@@ -11,4 +11,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
 Version: @VERSION@
 
 Libs: ${libdir}/libgstnet-@GST_MAJORMINOR@.la
-Cflags: -I${includedir} -I@srcdir@/..
+Cflags: -I${includedir}
index fa518cd..3ba1782 100644 (file)
@@ -11,4 +11,4 @@ Description: Streaming media framework, Not Installed
 Version: @VERSION@
 Requires: @GST_PKG_DEPS@@LIBXML_PKG@
 Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}  -I@srcdir@/.. -I${includedir}/libs  -I@srcdir@/../libs
+Cflags: -I${includedir} -I${includedir}/libs