From 94cd31559541636236dccc83a4a9a2d8eadd9702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 23 Nov 2016 09:58:44 +0000 Subject: [PATCH] tools: fix distcheck and .gitignore --- tools/.gitignore | 7 ++++--- tools/Makefile.am | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/tools/.gitignore b/tools/.gitignore index 6ffbf884bc..e4ea6b8eb3 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -11,6 +11,7 @@ Makefile.in *.da *.gcno -gst-inspect -gst-launch -gst-typefind +gst-inspect-?.0 +gst-launch-?.0 +gst-typefind-?.0 +gst-stats-?.0 diff --git a/tools/Makefile.am b/tools/Makefile.am index 8f807347e5..9e5a410760 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -41,4 +41,7 @@ noinst_SCRIPTS = gst-indent noinst_HEADERS = tools.h EXTRA_DIST = \ + gst-inspect-@GST_API_VERSION@.1 \ + gst-typefind-@GST_API_VERSION@.1 \ + gst-launch-@GST_API_VERSION@.1 \ $(noinst_SCRIPTS)