pkgconfig: Add @LIBM@ to the FFT pkg-config files
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 22 Mar 2010 07:38:18 +0000 (08:38 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 22 Mar 2010 07:38:18 +0000 (08:38 +0100)
pkgconfig/gstreamer-fft-uninstalled.pc.in
pkgconfig/gstreamer-fft.pc.in

index 2d78e73..67b0fff 100644 (file)
@@ -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
 
index c9f17ec..20ffdd6 100644 (file)
@@ -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}