summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2018-03-14 11:42:42 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-03-14 10:46:34 +0000
commit7da65ab6d5474f754bb0dc0c4b6dc4e560211387 (patch)
tree306935492c933ef5401c954b9c936e681794ba85
parent52f669bf43e8c211fbd2e3642137f7e036317d82 (diff)
srt: Add missing gstsrt.h to noinst_HEADERS
Reorder the list to match the SOURCES. https://bugzilla.gnome.org/show_bug.cgi?id=794320
-rw-r--r--ext/srt/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/ext/srt/Makefile.am b/ext/srt/Makefile.am
index 02e0d110a..bc504f891 100644
--- a/ext/srt/Makefile.am
+++ b/ext/srt/Makefile.am
@@ -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