summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-05-05 12:34:23 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-05-05 12:39:01 +0200
commit3a5bcfc59310b7093f828e902883314623d60662 (patch)
treed6c4b18c9ae5f41ee30f387fac8def3ade03cc5d
parent6354769d8995baaf8447c3fe4341fca1355705f6 (diff)
downloadgstreamer-plugins-bad-3a5bcfc59310b7093f828e902883314623d60662.tar.gz
autotools: gstsctp: set LDFLAGS
This fixes the mingw build which failed because of "-no-undefined" missing.
-rw-r--r--gst-libs/gst/sctp/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/gst/sctp/Makefile.am b/gst-libs/gst/sctp/Makefile.am
index 4648e9c87..afc2c34fb 100644
--- a/gst-libs/gst/sctp/Makefile.am
+++ b/gst-libs/gst/sctp/Makefile.am
@@ -14,6 +14,11 @@ libgstsctp_1_0_la_CFLAGS = \
libgstsctp_1_0_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
+libgstsctp_1_0_la_LDFLAGS = \
+ $(GST_LIB_LDFLAGS) \
+ $(GST_ALL_LDFLAGS) \
+ $(GST_LT_LDFLAGS)
+
libgstsctp_1_0_includedir = $(includedir)/gstreamer-1.0/gst/sctp
libgstsctp_1_0_include_HEADERS = \
sctpsendmeta.h \