mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
9f1242ae02
commit
36d3891509
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue