summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-03-22 08:38:18 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-03-22 08:38:18 +0100
commit4038d4ba8530b72a43e58de7a34070954af737dd (patch)
treef985cf9114f3de2274b15b2f8b83bdab7eaa1a0c /pkgconfig
parent7e75b71851f1ef45bf9c2cd4fa96a3e8681482c4 (diff)
pkgconfig: Add @LIBM@ to the FFT pkg-config files
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-fft-uninstalled.pc.in2
-rw-r--r--pkgconfig/gstreamer-fft.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-fft-uninstalled.pc.in b/pkgconfig/gstreamer-fft-uninstalled.pc.in
index 2d78e7338..67b0fff9d 100644
--- a/pkgconfig/gstreamer-fft-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-fft-uninstalled.pc.in
@@ -9,6 +9,6 @@ Name: GStreamer FFT Library, Uninstalled
Description: FFT implementation, uninstalled
Version: @VERSION@
Requires: gstreamer-@GST_MAJORMINOR@
-Libs: @abs_top_builddir@/gst-libs/gst/fft/libgstfft-@GST_MAJORMINOR@.la
+Libs: @abs_top_builddir@/gst-libs/gst/fft/libgstfft-@GST_MAJORMINOR@.la @LIBM@
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
diff --git a/pkgconfig/gstreamer-fft.pc.in b/pkgconfig/gstreamer-fft.pc.in
index c9f17ec26..20ffdd667 100644
--- a/pkgconfig/gstreamer-fft.pc.in
+++ b/pkgconfig/gstreamer-fft.pc.in
@@ -7,6 +7,6 @@ Name: GStreamer FFT Library
Description: FFT implementation
Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
-Libs: -L${libdir} -lgstfft-@GST_MAJORMINOR@ -lm
+Libs: -L${libdir} -lgstfft-@GST_MAJORMINOR@ @LIBM@
Cflags: -I${includedir}