diff options
author | Colin Walters <walters@verbum.org> | 2004-06-23 19:41:37 +0000 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2004-06-23 19:41:37 +0000 |
commit | c204f82cd187161288665e8dd76516eedddd8f4a (patch) | |
tree | 1ccd6ba4db42b297a7e808947aa82bd7e0adaa31 | |
parent | 0067900eeda9a307b4fda5025172099e290a83f1 (diff) | |
download | gst-plugins-bad-c204f82cd187161288665e8dd76516eedddd8f4a.tar.gz gst-plugins-bad-c204f82cd187161288665e8dd76516eedddd8f4a.tar.bz2 gst-plugins-bad-c204f82cd187161288665e8dd76516eedddd8f4a.zip |
m4/Makefile.am: Distribute gst-fionread.m4.
Original commit message from CVS:
2004-06-23 Colin Walters <walters@redhat.com>
* m4/Makefile.am: Distribute gst-fionread.m4.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | m4/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2004-06-23 Colin Walters <walters@redhat.com> + + * m4/Makefile.am: Distribute gst-fionread.m4. + 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: back to dev diff --git a/m4/Makefile.am b/m4/Makefile.am index 5b67db73..90d5cd69 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -15,6 +15,7 @@ EXTRA_DIST = \ glib.m4 \ gst-alsa.m4 \ gst-artsc.m4 \ + gst-fionread.m4 \ gst-ivorbis.m4 \ gst-matroska.m4 \ gst-sdl.m4 \ |