mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
c68afb5f53
Original commit message from CVS: Backport from 0.8 branch and added new .defs file from GStreamer 0.9
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)
|