summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/hls/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/hls/Makefile.am b/gst/hls/Makefile.am
index e51611746..4f2b9070b 100644
--- a/gst/hls/Makefile.am
+++ b/gst/hls/Makefile.am
@@ -13,7 +13,7 @@ libgstfragmented_la_SOURCES = \
libgstfragmented_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SOUP_CFLAGS) $(GIO_CFLAGS)
# $(GST_PLUGINS_BAD_CFLAGS) -lgstpbutils-$(GST_MAJORMINOR) -lgstvideo-$(GST_MAJORMINOR)
-libgstfragmented_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(SOUP_LIBS) $(GIO_LIBS)
+libgstfragmented_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(SOUP_LIBS) $(GIO_LIBS) $(LIBM)
libgstfragmented_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -no-undefined
libgstfragmented_la_LIBTOOLFLAGS = --tag=disable-static