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/.
This commit is contained in:
Andy Wingo 2005-07-12 13:27:32 +00:00
parent 8136f42910
commit 74f550caf0
14 changed files with 17 additions and 20 deletions

View file

@ -1,5 +1,9 @@
2005-07-12 Andy Wingo <wingo@pobox.com>
* configure.ac (AC_CONFIG_FILES):
* examples/: Moved all examples up from examples/gst/ into
examples/.
* examples/gstplay: Removed examples for old gstplay.
2005-07-12 Edward Hervey <edward@fluendo.com>

View file

@ -165,7 +165,6 @@ changequote([,])dnl
AC_OUTPUT([
Makefile
examples/Makefile
examples/gst/Makefile
gst/Makefile
pkgconfig/Makefile
pkgconfig/gst-python.pc

View file

@ -1 +1,13 @@
SUBDIRS = gst
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)

View file

@ -1,5 +0,0 @@
Makefile.in
Makefile
*.pyc
*.pyo
*.swp

View file

@ -1,13 +0,0 @@
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)