diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-03-22 08:40:34 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-03-22 08:40:34 +0100 |
commit | d0bc7755bcd3ff6c4194069d53910ebc06eaf3ff (patch) | |
tree | c50629c762537153740a2a901435c23453e38391 /pkgconfig | |
parent | b2383c78c335c37660965a4a67965be832bf87e3 (diff) |
pkgconfig: Use @LIBM@ instead of -lm
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-check.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-check.pc.in b/pkgconfig/gstreamer-check.pc.in index 69f3e4e1f..f730d1068 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} |