diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-05 09:30:45 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-05 09:30:45 +0000 |
commit | 9a724607c9fe20bc4219b6188a55f6b8f41b931e (patch) | |
tree | 1a6623fe3149f595572f52abef5403546af4e869 /ChangeLog | |
parent | 225169317d1ec8b994080a660498a237d87915f5 (diff) | |
download | gstreamer-9a724607c9fe20bc4219b6188a55f6b8f41b931e.tar.gz |
Makefile.am: Add gst-libs to DIST_SUBDIRS to make sure that it's always disted.
Original commit message from CVS:
* Makefile.am:
Add gst-libs to DIST_SUBDIRS to make sure that it's always
disted.
* autogen.sh:
Remove -I m4 from autogen.sh, it's not disted and used anymore and
thus makes autogen.sh fail if run on a tarball. Fixes bug #563305.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-12-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * Makefile.am: + Add gst-libs to DIST_SUBDIRS to make sure that it's always + disted. + + * autogen.sh: + Remove -I m4 from autogen.sh, it's not disted and used anymore and + thus makes autogen.sh fail if run on a tarball. Fixes bug #563305. + 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk> * configure.ac: |