summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorOlivier Crete <olivier.crete@collabora.co.uk>2008-04-28 22:22:37 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-17 19:29:39 +0100
commitb696a8dd6c3ef398368862f868474adec3cdca77 (patch)
tree98f6474de2bb948a153f14b7b367dbcf768f8d1d /gst
parentc931b38ad64b056d096ab1852a0ae8e6a12f8716 (diff)
downloadgst-plugins-bad-b696a8dd6c3ef398368862f868474adec3cdca77.tar.gz
gst-plugins-bad-b696a8dd6c3ef398368862f868474adec3cdca77.tar.bz2
gst-plugins-bad-b696a8dd6c3ef398368862f868474adec3cdca77.zip
[MOVED FROM GST-P-FARSIGHT] Link modules with libm where required
20080428222237-3e2dc-b1e9120c1e9ca1a510bfd7c27e2d45f0d4a12504.gz
Diffstat (limited to 'gst')
-rw-r--r--gst/siren/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/siren/Makefile.am b/gst/siren/Makefile.am
index 9ecefd02..616d79ba 100644
--- a/gst/siren/Makefile.am
+++ b/gst/siren/Makefile.am
@@ -12,5 +12,5 @@ libgstsiren_la_SOURCES = gstsiren.c \
libgstsiren_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
libgstsiren_la_LIBADD = $(GST_LIBS_LIBS) $(GST_BASE_LIBS) \
- -lgstrtp-@GST_MAJORMINOR@
+ -lgstrtp-@GST_MAJORMINOR@ -lm
libgstsiren_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)