From 74525d04138618dec891862429ff699c3d341272 Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Sat, 2 Mar 2002 16:24:00 +0000 Subject: Fix a small typo in gst-launch-ext. Original commit message from CVS: Fix a small typo in gst-launch-ext. Add gst-visualise, together with a manpage. --- tools/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index 28ec5f07..074a1e6f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,5 @@ -bin_SCRIPTS = gst-launch-ext +bin_SCRIPTS = gst-launch-ext gst-visualise -man_MANS = gst-launch-ext.1 +man_MANS = gst-launch-ext.1 gst-visualise.1 EXTRA_DIST = $(bin_SCRIPTS) $(man_MANS) -- cgit