gstreamer/examples/Makefile.am
Andy Wingo 74f550caf0 Moved all examples up from examples/gst/ into examples/.
Original commit message from CVS:
2005-07-12  Andy Wingo  <wingo@pobox.com>

* configure.ac (AC_CONFIG_FILES):
* examples/: Moved all examples up from examples/gst/ into
examples/.
2005-07-12 13:27:32 +00:00

13 lines
203 B
Makefile

examplesdir = $(pkgdatadir)/examples
examples_DATA = \
bps.py \
cp.py \
f2f.py \
filesrc.py \
gst123 \
play.py \
vorbisplay.py \
gstfile.py \
audioconcat.py
EXTRA_DIST = $(examples_DATA)