pkgconfig: Use @LIBM@ instead of -lm
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 22 Mar 2010 07:40:34 +0000 (08:40 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 22 Mar 2010 07:40:34 +0000 (08:40 +0100)
pkgconfig/gstreamer-check.pc.in

index 69f3e4e..f730d10 100644 (file)
@@ -7,5 +7,5 @@ Name: GStreamer check unit testing
 Description: Unit testing helper library for GStreamer modules
 Requires: gstreamer-@GST_MAJORMINOR@
 Version: @VERSION@
-Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ -lm
+Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ @LIBM@
 Cflags: -I${includedir}