diff options
author | David Flynn <davidf@rd.bbc.co.uk> | 2009-02-23 10:57:42 -0800 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2009-02-23 11:01:11 -0800 |
commit | 00654ba62bf71c554f107aa0410bb6aab4d7eb05 (patch) | |
tree | 4fbf84defac76f0666c4e2230fc5b035a12bec4f /pkgconfig/gstreamer-fft-uninstalled.pc.in | |
parent | 8e08f6be684318df9160a71afc92165b6ac943fd (diff) |
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>
Diffstat (limited to 'pkgconfig/gstreamer-fft-uninstalled.pc.in')
-rw-r--r-- | pkgconfig/gstreamer-fft-uninstalled.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-fft-uninstalled.pc.in b/pkgconfig/gstreamer-fft-uninstalled.pc.in index e7077b02b..6a3e8d54c 100644 --- a/pkgconfig/gstreamer-fft-uninstalled.pc.in +++ b/pkgconfig/gstreamer-fft-uninstalled.pc.in @@ -9,5 +9,5 @@ Version: @VERSION@ Requires: gstreamer-@GST_MAJORMINOR@ Libs: -L${libdir} ${libdir}/libgstfft-@GST_MAJORMINOR@.la -lm -Cflags: -I${includedir} +Cflags: -I${includedir} -I@srcdir@/../gst-libs |