diff options
author | Benjamin Otte <otte@gnome.org> | 2004-06-24 01:43:55 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-06-24 01:43:55 +0000 |
commit | 838bc540841852e032694814668aa436849e6f9d (patch) | |
tree | b17c61d4705d6333aa8fb364f41962e0793f4154 /ChangeLog | |
parent | be7c1e4d8024f196265535ab18c3d71e8f9571ad (diff) | |
download | gst-plugins-bad-838bc540841852e032694814668aa436849e6f9d.tar.gz gst-plugins-bad-838bc540841852e032694814668aa436849e6f9d.tar.bz2 gst-plugins-bad-838bc540841852e032694814668aa436849e6f9d.zip |
don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.
Original commit message from CVS:
* gst-libs/gst/colorbalance/Makefile.am:
* gst-libs/gst/mixer/Makefile.am:
* gst-libs/gst/play/Makefile.am:
* gst-libs/gst/tuner/Makefile.am:
* gst/tcp/Makefile.am:
* sys/dxr3/Makefile.am:
don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
tarball.
Also add all *.list files that were missing.
* Makefile.am:
add a distcheck hook to ensure the above doesn't happen again.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2004-06-24 Benjamin Otte <otte@gnome.org> + + * gst-libs/gst/colorbalance/Makefile.am: + * gst-libs/gst/mixer/Makefile.am: + * gst-libs/gst/play/Makefile.am: + * gst-libs/gst/tuner/Makefile.am: + * gst/tcp/Makefile.am: + * sys/dxr3/Makefile.am: + don't include -enumtypes.[ch] or -marshal.[ch] files in the disted + tarball. + Also add all *.list files that were missing. + * Makefile.am: + add a distcheck hook to ensure the above doesn't happen again. + 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net> * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/ |