gstreamer/examples/Makefile.am
Andy Wingo 06c0cf5e18 examples/debug-slider.py: New file.
Original commit message from CVS:
2005-08-18  Andy Wingo  <wingo@pobox.com>

* examples/debug-slider.py: New file.

* examples/Makefile.am (examples_DATA): Dist it, foolios.
2005-08-18 11:36:23 +00:00

17 lines
271 B
Makefile

examplesdir = $(pkgdatadir)/examples
examples_DATA = \
bps.py \
cp.py \
debug-slider.py \
f2f.py \
filesrc.py \
gst123 \
play.py \
vorbisplay.py \
gstfile.py \
audioconcat.py \
pipeline-tester \
vumeter.py \
fvumeter.py
EXTRA_DIST = $(examples_DATA)