summaryrefslogtreecommitdiffstats
path: root/gst/rtp
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-12 13:00:46 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-12 13:00:46 +0200
commitd94a71a4c57c80e2c969d16dea8dd3437a7c3330 (patch)
tree2cb171ceef5b7a499b339c4bf0eb7fb97caa3376 /gst/rtp
parent633c9403622285e55a722db7694c2ed78c267804 (diff)
rtp: Link to -lm
Fixes bug #582281.
Diffstat (limited to 'gst/rtp')
-rw-r--r--gst/rtp/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am
index c578fd40..87a3fd7c 100644
--- a/gst/rtp/Makefile.am
+++ b/gst/rtp/Makefile.am
@@ -71,7 +71,8 @@ libgstrtp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
-lgstaudio-@GST_MAJORMINOR@ \
-lgsttag-@GST_MAJORMINOR@ \
- -lgstrtp-@GST_MAJORMINOR@ $(WINSOCK2_LIBS)
+ -lgstrtp-@GST_MAJORMINOR@ $(WINSOCK2_LIBS) \
+ $(LIBM)
libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstrtp_la_LIBTOOLFLAGS = --tag=disable-static