[MOVED FROM GST-P-FARSIGHT] Link modules with libm where required
authorOlivier Crete <olivier.crete@collabora.co.uk>
Mon, 28 Apr 2008 22:22:37 +0000 (22:22 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 17 Feb 2009 18:29:39 +0000 (19:29 +0100)
20080428222237-3e2dc-b1e9120c1e9ca1a510bfd7c27e2d45f0d4a12504.gz

gst/siren/Makefile.am

index 9ecefd0..616d79b 100644 (file)
@@ -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)