sctp: Create plugin with $(GST_PLUGIN_LDFLAGS)

Otherwise we don't create a plugin but a proper shared library with
version information, i.e. libgstsctp.so.0.0.0.
This commit is contained in:
Sebastian Dröge 2019-04-12 10:22:56 +03:00 committed by Sebastian Dröge
parent 9f1242ae02
commit 36d3891509

View file

@ -14,6 +14,7 @@ libgstsctp_la_CFLAGS = \
-I$(top_srcdir)/gst-libs
libgstsctp_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(USRSCTP_LIBS) $(top_builddir)/gst-libs/gst/sctp/libgstsctp-1.0.la
libgstsctp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
sctpassociation.h \