Add srcdir to includes for out-of-source builds

When you use gstreamer uninstalled and build outside
the source tree, the includes need to be specified for
both the source tree and the build tree.

Signed-off-by: David Schleef <ds@schleef.org>
This commit is contained in:
David Flynn 2009-02-23 10:52:14 -08:00 committed by David Schleef
parent 79c3c6a339
commit 279a80ff27
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}
Cflags: -I${includedir} -I@srcdir@/..

View file

@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
Version: @VERSION@
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@ -lm
Cflags: -I${includedir} @CHECK_CFLAGS@
Cflags: -I${includedir} -I@srcdir@/.. @CHECK_CFLAGS@

View file

@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
Version: @VERSION@
Libs: ${libdir}/libgstcontroller-@GST_MAJORMINOR@.la
Cflags: -I${includedir}
Cflags: -I${includedir} -I@srcdir@/..

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${includedir}/libs
Cflags: -I${includedir} -I@srcdir@/.. -I${includedir}/libs -I@srcdir@/../libs

View file

@ -11,4 +11,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
Version: @VERSION@
Libs: ${libdir}/libgstnet-@GST_MAJORMINOR@.la
Cflags: -I${includedir}
Cflags: -I${includedir} -I@srcdir@/..

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${includedir}/libs
Cflags: -I${includedir} -I@srcdir@/.. -I${includedir}/libs -I@srcdir@/../libs