mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
Makefile.am: Add win32/MANIFEST to EXTRA_DIST so win32 files will be include in the next release.
Original commit message from CVS: * Makefile.am: Add win32/MANIFEST to EXTRA_DIST so win32 files will be include in the next release. * win32/MANIFEST: Remove win32/common/config.h is which is not autogenerated yet.
This commit is contained in:
parent
9847c13491
commit
6dcec924db
4 changed files with 17 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-01-07 Sébastien Moutte <sebastien@moutte.net>
|
||||
|
||||
* Makefile.am:
|
||||
Add win32/MANIFEST to EXTRA_DIST so win32 files will
|
||||
be include in the next release.
|
||||
* win32/MANIFEST:
|
||||
Remove win32/common/config.h is which is not autogenerated yet.
|
||||
|
||||
2006-12-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* ext/lame/gstlame.c: (gst_lame_sink_setcaps), (gst_lame_chain):
|
||||
|
|
|
@ -3,10 +3,17 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|||
SUBDIRS = \
|
||||
gst-libs gst ext docs m4 tests common po
|
||||
|
||||
win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
|
||||
|
||||
debug:
|
||||
echo $(win32)
|
||||
|
||||
EXTRA_DIST = \
|
||||
gst-plugins-ugly.spec depcomp \
|
||||
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
||||
ChangeLog gst-plugins-ugly.doap autogen.sh
|
||||
ChangeLog gst-plugins-ugly.doap autogen.sh \
|
||||
$(win32)
|
||||
|
||||
|
||||
DISTCLEANFILES = _stdint.h
|
||||
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit ee0bb43e2b66781d04078e2210404da48f6c68f0
|
||||
Subproject commit 64f924f6f2ff6275b06facb4c2adbc7c05f70641
|
|
@ -1,5 +1,4 @@
|
|||
win32/MANIFEST
|
||||
win32/common/config.h
|
||||
win32/vs6/gst_plugins_ugly.dsw
|
||||
win32/vs6/libgstac3parse.dsp
|
||||
win32/vs6/libgstasfdemux.dsp
|
||||
|
|
Loading…
Reference in a new issue