From f16c91e135aa16adc4ac7008505b669e2da22206 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 11 Oct 2004 17:48:37 +0000 Subject: Add examples Original commit message from CVS: Add examples --- ChangeLog | 1 + Makefile.am | 2 +- configure.ac | 3 +++ examples/gst/Makefile.am | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2bafbc9d57..bcb71376c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +=== release 0.7.93 === 2004-10-11 Johan Dahlin * configure.ac: Bump version number diff --git a/Makefile.am b/Makefile.am index 82de45f144..b2cbf575f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ else SUBDIRS_DOCS = endif -UNCONDDIRS = gst pkgconfig testsuite +UNCONDDIRS = examples gst pkgconfig testsuite SUBDIRS = \ $(UNCONDDIRS) \ $(SUBDIRS_DOCS) diff --git a/configure.ac b/configure.ac index 2f1bb1387a..6d925c5d5b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/examples/gst/Makefile.am b/examples/gst/Makefile.am index 9a05d476e5..e0cc5dcdbb 100644 --- a/examples/gst/Makefile.am +++ b/examples/gst/Makefile.am @@ -8,4 +8,4 @@ examples_DATA = \ play.py \ vorbisplay.py -EXTRA_DIST = $(examples) +EXTRA_DIST = $(examples_DATA) -- cgit v1.2.3