summaryrefslogtreecommitdiffstats
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
commita1eca4a781e9386e8c0dd74045ab26e13fcc7d50 (patch)
treef46894239e5ab33db8e42d2efec6368241a6f064 /tools
parente6855bbf3ed0145f283e7632ba8c627f79c5d8a2 (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 4ee883b5..9f102b07 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 $^