mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
dbdc8052d3
Original commit message from CVS: add/fix error handling in cdparanoia add it to translations make tools scripts executable
10 lines
202 B
Makefile
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 $^
|