summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-10-11 17:48:37 +0000
committerJohan Dahlin <johan@gnome.org>2004-10-11 17:48:37 +0000
commitf16c91e135aa16adc4ac7008505b669e2da22206 (patch)
treede4aee4f52ad9b9e55fba842c424a8c50ad2473b
parentb99bcd4887ce3b3f4c194bc9ecec2c2d39cead9b (diff)
Add examplesgst-python-0.7.93
Original commit message from CVS: Add examples
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac3
-rw-r--r--examples/gst/Makefile.am2
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 <johan@gnome.org>
* 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)