summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
blob: 9f102b07386e372a7a2b51ab099299ade2d548a5 (plain)
1
2
3
4
5
6
7
8
9
10
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 $^