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> 2004-10-11 Johan Dahlin <johan@gnome.org>
* configure.ac: Bump version number * configure.ac: Bump version number

View file

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

View file

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

View file

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