gstreamer/tools/Makefile.am
Thomas Vander Stichele a1eca4a781 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
2004-03-09 16:36:30 +00:00

10 lines
202 B
Makefile

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 $^