diff options
Diffstat (limited to 'ext/webrtc/Makefile.am')
-rw-r--r-- | ext/webrtc/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/webrtc/Makefile.am b/ext/webrtc/Makefile.am index 5f9a71488..778f112d0 100644 --- a/ext/webrtc/Makefile.am +++ b/ext/webrtc/Makefile.am @@ -7,11 +7,13 @@ noinst_HEADERS = \ gstwebrtcstats.h \ icestream.h \ nicetransport.h \ + sctptransport.h \ transportstream.h \ transportsendbin.h \ transportreceivebin.h \ utils.h \ webrtcsdp.h \ + webrtcdatachannel.h \ webrtctransceiver.h libgstwebrtc_la_SOURCES = \ @@ -21,11 +23,13 @@ libgstwebrtc_la_SOURCES = \ gstwebrtcstats.c \ icestream.c \ nicetransport.c \ + sctptransport.c \ transportstream.c \ transportsendbin.c \ transportreceivebin.c \ utils.c \ webrtcsdp.c \ + webrtcdatachannel.c \ webrtctransceiver.c libgstwebrtc_la_SOURCES += $(BUILT_SOURCES) @@ -40,12 +44,14 @@ libgstwebrtc_la_CFLAGS = \ $(GST_SDP_CFLAGS) \ $(NICE_CFLAGS) libgstwebrtc_la_LIBADD = \ + -lgstapp-@GST_API_VERSION@ \ $(GST_PLUGINS_BASE_LIBS) \ $(GST_BASE_LIBS) \ $(GST_LIBS) \ $(GST_SDP_LIBS) \ $(NICE_LIBS) \ - $(top_builddir)/gst-libs/gst/webrtc/libgstwebrtc-@GST_API_VERSION@.la + $(top_builddir)/gst-libs/gst/webrtc/libgstwebrtc-@GST_API_VERSION@.la \ + $(top_builddir)/gst-libs/gst/sctp/libgstsctp-@GST_API_VERSION@.la libgstwebrtc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstwebrtc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) |