Makefile.am: Add win32/MANIFEST to EXTRA_DIST so win32 files will be include in the...
authorSébastien Moutte <sebastien@moutte.net>
Sun, 7 Jan 2007 13:56:29 +0000 (13:56 +0000)
committerSébastien Moutte <sebastien@moutte.net>
Sun, 7 Jan 2007 13:56:29 +0000 (13:56 +0000)
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:
Add manifest to win32 files in next releases.
* win32/vs6/gst_ffmpeg.dsw:
* win32/vs6/libgstffmpeg.dsp:
Add project files for VS6.

ChangeLog
Makefile.am

index 9369cc2..615d938 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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:
+         Add manifest to win32 files in next releases.
+       * win32/vs6/gst_ffmpeg.dsw:
+       * win32/vs6/libgstffmpeg.dsp:
+         Add project files for VS6.
+
 2007-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * configure.ac:
index 633c40b..2c70533 100644 (file)
@@ -2,9 +2,15 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
 
 SUBDIRS = $(FFMPEG_SUBDIRS) ext docs common tests
 
+win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
+
+debug:
+       echo $(win32)   
+
 EXTRA_DIST = \
        gst-ffmpeg.spec depcomp \
-       AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap
+       AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap \
+       $(win32)
 
 ACLOCAL_AMFLAGS = -I common/m4