summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorRichard Boulton <richard@tartarus.org>2002-03-02 16:24:00 +0000
committerRichard Boulton <richard@tartarus.org>2002-03-02 16:24:00 +0000
commit74525d04138618dec891862429ff699c3d341272 (patch)
treeadfe7f1f74acf536cffe217fd9e491ef2aaff193 /tools/Makefile.am
parent58d346c0c40b7d2a89f17ee9ff78dbe11cab584c (diff)
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.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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)