summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-09 16:36:30 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-09 16:36:30 +0000
commitdbdc8052d361e701772a18e3fc39576798e41bee (patch)
tree37e09550c407cae73705d9ef835c46e4e72b9695 /tools
parent0e352e0cead02f8e1ab008525cd3f660b302bda0 (diff)
add/fix error handling in cdparanoia add it to translations make tools scripts executable
Original commit message from CVS: add/fix error handling in cdparanoia add it to translations make tools scripts executable
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 4ee883b5a..9f102b073 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -2,4 +2,9 @@ bin_SCRIPTS = gst-launch-ext gst-visualise
man_MANS = gst-launch-ext.1 gst-visualise.1
+all: all-am chmod
+
EXTRA_DIST = $(bin_SCRIPTS) $(man_MANS) gst-launch-ext.in
+
+chmod: $(bin_SCRIPTS)
+ chmod +x $^