Ensure Makefile.comm source is included in distribution tarballs.
This commit is contained in:
parent
c7cee543f0
commit
1f250fc805
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue