From a1eca4a781e9386e8c0dd74045ab26e13fcc7d50 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 9 Mar 2004 16:36:30 +0000 Subject: 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 --- tools/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') 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 $^ -- cgit