summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)