summaryrefslogtreecommitdiffstats
path: root/gst/wavparse
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-25 20:33:10 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-25 20:33:10 +0000
commitfefb7bfa6d2964a3aca09409dc53d769e4faf095 (patch)
treebeb1461a7001e4a15882836fd90a2c421cb5fe92 /gst/wavparse
parentadc1e646645ef6c6b726c600c57fefda66f4934c (diff)
gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of our dependencies drags it in.
Original commit message from CVS: * gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of our dependencies drags it in.
Diffstat (limited to 'gst/wavparse')
-rw-r--r--gst/wavparse/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/wavparse/Makefile.am b/gst/wavparse/Makefile.am
index 239127df..847a9328 100644
--- a/gst/wavparse/Makefile.am
+++ b/gst/wavparse/Makefile.am
@@ -9,7 +9,8 @@ libgstwavparse_la_CFLAGS = \
libgstwavparse_la_LIBADD = \
-lgstriff-@GST_MAJORMINOR@ \
$(GST_PLUGINS_BASE_LIBS) \
- $(GST_BASE_LIBS)
+ $(GST_BASE_LIBS) \
+ $(LIBM)
libgstwavparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstwavparse.h