Add examples
authorJohan Dahlin <johan@gnome.org>
Mon, 11 Oct 2004 17:48:37 +0000 (17:48 +0000)
committerJohan Dahlin <johan@gnome.org>
Mon, 11 Oct 2004 17:48:37 +0000 (17:48 +0000)
Original commit message from CVS:
Add examples

ChangeLog
Makefile.am
configure.ac
examples/gst/Makefile.am

index 2bafbc9..bcb7137 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+=== release 0.7.93 ===
 2004-10-11  Johan Dahlin  <johan@gnome.org>
 
        * configure.ac: Bump version number
index 82de45f..b2cbf57 100644 (file)
@@ -4,7 +4,7 @@ else
 SUBDIRS_DOCS =
 endif
 
-UNCONDDIRS = gst pkgconfig testsuite
+UNCONDDIRS = examples gst pkgconfig testsuite
 SUBDIRS = \
        $(UNCONDDIRS) \
        $(SUBDIRS_DOCS)
index 2f1bb13..6d925c5 100644 (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
index 9a05d47..e0cc5dc 100644 (file)
@@ -8,4 +8,4 @@ examples_DATA =         \
        play.py         \
        vorbisplay.py
 
-EXTRA_DIST = $(examples)
+EXTRA_DIST = $(examples_DATA)