mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
srt: Add missing gstsrt.h to noinst_HEADERS
Reorder the list to match the SOURCES. https://bugzilla.gnome.org/show_bug.cgi?id=794320
This commit is contained in:
parent
52f669bf43
commit
7da65ab6d5
1 changed files with 6 additions and 4 deletions
|
@ -30,11 +30,13 @@ libgstsrt_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstsrtbasesink.h \
|
||||
gstsrtclientsink.h \
|
||||
gstsrtserversrc.h \
|
||||
gstsrt.h \
|
||||
gstsrtbasesrc.h \
|
||||
gstsrtclientsrc.h \
|
||||
gstsrtserversink.h
|
||||
gstsrtserversrc.h \
|
||||
gstsrtbasesink.h \
|
||||
gstsrtclientsink.h \
|
||||
gstsrtserversink.h \
|
||||
$(NULL)
|
||||
|
||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
||||
|
|
Loading…
Reference in a new issue