Ensure Makefile.comm source is included in distribution tarballs.

This commit is contained in:
Keith Marshall 2012-01-06 22:01:15 +00:00
parent c7cee543f0
commit 1f250fc805
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2012-01-06 Keith Marshall <keithmarshall@users.sf.net>
Ensure Makefile.comm source is included in distribution tarballs.
* Makefile.in (DISTFILES): Add Makefile.comm.in
2012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net> 2012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/windef.h (WINVER): Back off to 0x0500. * include/windef.h (WINVER): Back off to 0x0500.

View File

@ -59,8 +59,8 @@ VERSION = 3.17
CYGRELEASE = 2 CYGRELEASE = 2
DISTFILES = \ DISTFILES = \
Makefile.in configure.ac configure config.guess config.sub \ ChangeLog configure.ac Makefile.in Makefile.comm.in configure \
install-sh README.w32api ChangeLog TODO CONTRIBUTIONS config.guess config.sub install-sh README.w32api TODO CONTRIBUTIONS
all: lib all: lib