mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
2844e4ebd8
Original commit message from CVS: fix makefile
20 lines
345 B
Makefile
20 lines
345 B
Makefile
examplesdir = $(pkgdatadir)/$(GST_MAJORMINOR)/examples
|
|
examples_DATA = \
|
|
audioconcat.py \
|
|
audio-controller.py \
|
|
bps.py \
|
|
cp.py \
|
|
debugslider.py \
|
|
f2f.py \
|
|
filesrc.py \
|
|
fvumeter.py \
|
|
gst123 \
|
|
gstfile.py \
|
|
play.py \
|
|
pipeline-tester \
|
|
remuxer.py \
|
|
sinkelement.py \
|
|
vorbisplay.py \
|
|
vumeter.py
|
|
|
|
EXTRA_DIST = $(examples_DATA)
|