summaryrefslogtreecommitdiff
path: root/old_examples/Makefile.am
blob: 629b68eacd2e8f38999c3483dcd9aabcdec5d172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
examplesdir = $(pkgdatadir)/$(GST_MAJORMINOR)/examples
examples_DATA = 	\
	audioconcat.py  \
	audio-controller.py \
	bps.py		\
	cp.py		\
	debugslider.py  \
	f2f.py		\
	filesrc.py	\
	fvumeter.py	\
	gst-discover	\
	gstfile.py	\
	helloworld.py	\
	mixer.py	\
	play.py		\
	pipeline-tester \
	remuxer.py	\
	sinkelement.py  \
	vumeter.py	\
	decodebin.py	\
	maemogst.py

EXTRA_DIST = $(examples_DATA)