Skip to content

Commit 022a326

Browse files
author
Anurag Shekhar
committed
Bug #44353 build-v9.bat is missing in source archive
Entry for build-vs9.bat and build-vs9_x64.bat was missing in win/Makefile.am. Added the entries to fix the problem.
1 parent f94c2c2 commit 022a326

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

win/Makefile.am

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1515

1616
## Process this file with automake to create Makefile.in
17-
EXTRA_DIST = build-vs71.bat build-vs8.bat build-vs8_x64.bat configure.js README \
18-
mysql_manifest.cmake create_manifest.js
17+
EXTRA_DIST = build-vs71.bat build-vs8.bat build-vs8_x64.bat build-vs9.bat \
18+
build-vs9_x64.bat configure.js README mysql_manifest.cmake \
19+
create_manifest.js
1920

2021
# Don't update the files from bitkeeper
2122
%::SCCS/s.%

0 commit comments

Comments
 (0)