Add examples

Original commit message from CVS:
Add examples
This commit is contained in:
Johan Dahlin 2004-10-11 17:48:37 +00:00
parent b99bcd4887
commit f16c91e135
4 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,4 @@
=== release 0.7.93 ===
2004-10-11 Johan Dahlin <johan@gnome.org>
* configure.ac: Bump version number

View file

@ -4,7 +4,7 @@ else
SUBDIRS_DOCS =
endif
UNCONDDIRS = gst pkgconfig testsuite
UNCONDDIRS = examples gst pkgconfig testsuite
SUBDIRS = \
$(UNCONDDIRS) \
$(SUBDIRS_DOCS)

View file

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

View file

@ -8,4 +8,4 @@ examples_DATA = \
play.py \
vorbisplay.py
EXTRA_DIST = $(examples)
EXTRA_DIST = $(examples_DATA)