From 22ced50da5a6a19031fb395d49601171b7375645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 4 Oct 2018 14:31:59 +0100 Subject: [PATCH] autotools: fix distcheck --- gst/rtsp-server/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/rtsp-server/Makefile.am b/gst/rtsp-server/Makefile.am index 7009c56e8b..59e214a267 100644 --- a/gst/rtsp-server/Makefile.am +++ b/gst/rtsp-server/Makefile.am @@ -50,7 +50,8 @@ c_sources = \ rtsp-onvif-media-factory.c \ rtsp-onvif-media.c -noinst_HEADERS = +noinst_HEADERS = \ + rtsp-latency-bin.h lib_LTLIBRARIES = \ libgstrtspserver-@GST_API_VERSION@.la