diff options
author | David Schleef <ds@schleef.org> | 2004-02-27 02:39:18 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-02-27 02:39:18 +0000 |
commit | be3ea15a2d25a5232a2b349d4a8e7091e5781b08 (patch) | |
tree | c13e66ed154e057cbd6975aab91f7167989450e0 /ChangeLog | |
parent | 7c55ebff04d3a84d4403b9d661b4feca03197e1d (diff) | |
download | gst-plugins-bad-be3ea15a2d25a5232a2b349d4a8e7091e5781b08.tar.gz gst-plugins-bad-be3ea15a2d25a5232a2b349d4a8e7091e5781b08.tar.bz2 gst-plugins-bad-be3ea15a2d25a5232a2b349d4a8e7091e5781b08.zip |
gst/: -marshal.[ch] and -enum.[ch] files should not be disted, -marshal.h files should not be installed, and -enum.h ...
Original commit message from CVS:
* gst-libs/gst/colorbalance/Makefile.am:
* gst-libs/gst/mixer/Makefile.am:
* gst-libs/gst/tuner/Makefile.am:
* gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
should not be disted, -marshal.h files should not be installed,
and -enum.h files _should_ be installed. Fix to make this the
case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-02-26 David Schleef <ds@schleef.org> + + * gst-libs/gst/colorbalance/Makefile.am: + * gst-libs/gst/mixer/Makefile.am: + * gst-libs/gst/tuner/Makefile.am: + * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files + should not be disted, -marshal.h files should not be installed, + and -enum.h files _should_ be installed. Fix to make this the + case. + === release 0.7.5 === 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org> |