From 18cf29a4d47f40d179536be2a423ef13dabc482c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 5 Nov 2004 17:35:05 +0000 Subject: [PATCH] make autogen build work Original commit message from CVS: make autogen build work --- .gitignore | 1 + ChangeLog | 8 ++++++++ examples/Makefile.am | 4 +--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5369c25..74dd8fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ README AUTHORS NEWS TODO +gst-python*.tar.* diff --git a/ChangeLog b/ChangeLog index db2bb19..212660f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ === release 0.7.94 === + +2004-11-05 Thomas Vander Stichele + + * .cvsignore: + * examples/Makefile.am: + remove gstplay + 2004-11-04 Johan Dahlin * gst/gst.override (tag_foreach_func_list): Disable lists instead @@ -12,6 +19,7 @@ leaks. === release 0.7.93 === + 2004-10-11 Johan Dahlin * configure.ac: Bump version number diff --git a/examples/Makefile.am b/examples/Makefile.am index e228a74..062cb55 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1 @@ -SUBDIRS = \ - gst \ - gstplay +SUBDIRS = gst -- 2.7.4