Add old ChangeLogs to distribution rules git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1943 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 38f78cd..be9a9db 100644 --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am
@@ -954,7 +954,7 @@ # -EXTRA_DIST = +EXTRA_DIST = ChangeLog-2009 EXTRA_DIST += revstamp.h \ $(top_srcdir)/lib64/*.def \ $(top_srcdir)/lib32/*.def \
diff --git a/mingw-w64-crt/Makefile.in b/mingw-w64-crt/Makefile.in index fa939ee..fbea68f 100644 --- a/mingw-w64-crt/Makefile.in +++ b/mingw-w64-crt/Makefile.in
@@ -2131,6 +2131,7 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -2143,7 +2144,6 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -to_host_path_cmd = @to_host_path_cmd@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @@ -2948,7 +2948,7 @@ # Distribution options # -EXTRA_DIST = revstamp.h $(top_srcdir)/lib64/*.def \ +EXTRA_DIST = ChangeLog-2009 revstamp.h $(top_srcdir)/lib64/*.def \ $(top_srcdir)/lib32/*.def crt/binmode.c crt/crtbegin.c \ crt/crtdll.c crt/crtend.c crt/crtexe.c crt/CRT_fp8.c \ crt/CRT_fp10.c crt/CRT_glob.c crt/CRT_noglob.c crt/txtmode.c \
diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am index 9631a3e..0ba61d4 100644 --- a/mingw-w64-headers/Makefile.am +++ b/mingw-w64-headers/Makefile.am
@@ -19,6 +19,7 @@ ddkhead_HEADERS = @DDKHEAD_LIST@ dxhead_HEADERS = @DXHEAD_LIST@ +EXTRA_DIST = ChangeLog-2009 DISTCHECK_CONFIGURE_FLAGS = --enable-sdk=all EXTRA_HEADERS = \
diff --git a/mingw-w64-headers/Makefile.in b/mingw-w64-headers/Makefile.in index 6e8897e..15f005a 100644 --- a/mingw-w64-headers/Makefile.in +++ b/mingw-w64-headers/Makefile.in
@@ -201,6 +201,7 @@ dxheaddir = $(baseheaddir) ddkhead_HEADERS = @DDKHEAD_LIST@ dxhead_HEADERS = @DXHEAD_LIST@ +EXTRA_DIST = ChangeLog-2009 DISTCHECK_CONFIGURE_FLAGS = --enable-sdk=all EXTRA_HEADERS = \ include/*.c \
diff --git a/mingw-w64-libraries/libmangle/Makefile.am b/mingw-w64-libraries/libmangle/Makefile.am index a14b3c2..bdc7ee6 100644 --- a/mingw-w64-libraries/libmangle/Makefile.am +++ b/mingw-w64-libraries/libmangle/Makefile.am
@@ -6,3 +6,4 @@ include_HEADERS = include/libmangle.h +EXTRA_DIST = ChangeLog-2009
diff --git a/mingw-w64-libraries/libmangle/Makefile.in b/mingw-w64-libraries/libmangle/Makefile.in index dc4f19f..91b5d77 100644 --- a/mingw-w64-libraries/libmangle/Makefile.in +++ b/mingw-w64-libraries/libmangle/Makefile.in
@@ -37,8 +37,8 @@ DIST_COMMON = $(am__configure_deps) $(include_HEADERS) \ $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/config.h.in $(top_srcdir)/configure COPYING \ - ChangeLog build-aux/depcomp build-aux/install-sh \ - build-aux/missing + ChangeLog build-aux/config.guess build-aux/config.sub \ + build-aux/depcomp build-aux/install-sh build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -196,6 +196,7 @@ src/m_ms.c src/m_token.c include_HEADERS = include/libmangle.h +EXTRA_DIST = ChangeLog-2009 all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am
diff --git a/mingw-w64-tools/gendef/Makefile.am b/mingw-w64-tools/gendef/Makefile.am index 8ccf260..a89a989 100644 --- a/mingw-w64-tools/gendef/Makefile.am +++ b/mingw-w64-tools/gendef/Makefile.am
@@ -6,3 +6,5 @@ gendef_SOURCES = src/gendef.h src/gendef.c src/gendef_def.c src/compat_string.c gendef_CFLAGS = -O3 -g -Werror -Wall -Wextra +EXTRA_DIST = ChangeLog-2009 +
diff --git a/mingw-w64-tools/gendef/Makefile.in b/mingw-w64-tools/gendef/Makefile.in index 1c70f1d..d0da7c6 100644 --- a/mingw-w64-tools/gendef/Makefile.in +++ b/mingw-w64-tools/gendef/Makefile.in
@@ -186,6 +186,7 @@ gendef_LDFLAGS = @LIBMANGLE_LDFLAGS@ gendef_SOURCES = src/gendef.h src/gendef.c src/gendef_def.c src/compat_string.c gendef_CFLAGS = -O3 -g -Werror -Wall -Wextra +EXTRA_DIST = ChangeLog-2009 all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am