pkgconfig: Use @LIBM@ instead of -lm

This commit is contained in:
Sebastian Dröge 2010-03-22 08:40:34 +01:00
parent b2383c78c3
commit d0bc7755bc

View 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}