Revert "Add srcdir to includes for out-of-source builds"

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 279a80ff27.
This commit is contained in:
Tim-Philipp Müller 2010-03-17 14:33:35 +00:00
parent 6e7ccbf9ab
commit 1ca329b4e9
6 changed files with 6 additions and 6 deletions

View 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}

View 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}

View 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}

View 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

View 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}

View 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