From 9f05e6615417e4411540bf309c10223c71e61328 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 20 May 2017 16:44:14 +0100 Subject: [PATCH] tools: dist new gst-stats man page Fixes meson build from tarball. --- tools/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/Makefile.am b/tools/Makefile.am index bed24ff..caa5ab6 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -26,6 +26,7 @@ endif manpages = \ gst-inspect-@GST_API_VERSION@.1 \ + gst-stats-@GST_API_VERSION@.1 \ gst-typefind-@GST_API_VERSION@.1 if !GST_DISABLE_PARSE @@ -43,4 +44,5 @@ EXTRA_DIST = \ gst-inspect-@GST_API_VERSION@.1 \ gst-typefind-@GST_API_VERSION@.1 \ gst-launch-@GST_API_VERSION@.1 \ + gst-stats-@GST_API_VERSION@.1 \ $(noinst_SCRIPTS) -- 2.7.4