From 6dcec924db5f4d46ec7be436f4c8a71ccfa9d355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Moutte?= Date: Sun, 7 Jan 2007 13:37:19 +0000 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ Makefile.am | 9 ++++++++- common | 2 +- win32/MANIFEST | 1 - 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6b16ddf30b..d473589928 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-01-07 Sébastien Moutte + + * 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 * ext/lame/gstlame.c: (gst_lame_sink_setcaps), (gst_lame_chain): diff --git a/Makefile.am b/Makefile.am index e02c45f115..2ac85be1ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/common b/common index ee0bb43e2b..64f924f6f2 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit ee0bb43e2b66781d04078e2210404da48f6c68f0 +Subproject commit 64f924f6f2ff6275b06facb4c2adbc7c05f70641 diff --git a/win32/MANIFEST b/win32/MANIFEST index bedaed32c6..d694048a1c 100644 --- a/win32/MANIFEST +++ b/win32/MANIFEST @@ -1,5 +1,4 @@ win32/MANIFEST -win32/common/config.h win32/vs6/gst_plugins_ugly.dsw win32/vs6/libgstac3parse.dsp win32/vs6/libgstasfdemux.dsp