summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-03-22 08:40:34 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-03-22 08:40:34 +0100
commitd0bc7755bcd3ff6c4194069d53910ebc06eaf3ff (patch)
treec50629c762537153740a2a901435c23453e38391 /pkgconfig
parentb2383c78c335c37660965a4a67965be832bf87e3 (diff)
pkgconfig: Use @LIBM@ instead of -lm
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-check.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-check.pc.in b/pkgconfig/gstreamer-check.pc.in
index 69f3e4e1f6..f730d10684 100644
--- a/pkgconfig/gstreamer-check.pc.in
+++ b/pkgconfig/gstreamer-check.pc.in
@@ -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}