autotools: gstsctp: set LDFLAGS

This fixes the mingw build which failed because of "-no-undefined" missing.
This commit is contained in:
Christoph Reiter 2019-05-05 12:34:23 +02:00
parent 6354769d89
commit 3a5bcfc593

View file

@ -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 \