mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
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/.
13 lines
203 B
Makefile
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)
|