From 7da65ab6d5474f754bb0dc0c4b6dc4e560211387 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Wed, 14 Mar 2018 11:42:42 +0100 Subject: srt: Add missing gstsrt.h to noinst_HEADERS Reorder the list to match the SOURCES. https://bugzilla.gnome.org/show_bug.cgi?id=794320 --- ext/srt/Makefile.am | 10 ++++++---- 1 file 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 -- cgit v1.2.1