diff options
author | Anurag Shekhar <anurag.shekhar@sun.com> | 2009-04-24 14:49:07 +0530 |
---|---|---|
committer | Anurag Shekhar <anurag.shekhar@sun.com> | 2009-04-24 14:49:07 +0530 |
commit | 022a326d3a1a1118f467959d244d682ae3c1ee8c (patch) | |
tree | 72fbc15eb118927e3060bccce2efadfb66f82ccc /win | |
parent | f94c2c200d20fd432a98257290dd7010fb1f7314 (diff) | |
download | mariadb-git-022a326d3a1a1118f467959d244d682ae3c1ee8c.tar.gz |
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.
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/Makefile.am b/win/Makefile.am index 279183480d8..5dc637ae8a3 100644 --- a/win/Makefile.am +++ b/win/Makefile.am @@ -14,8 +14,9 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## Process this file with automake to create Makefile.in -EXTRA_DIST = build-vs71.bat build-vs8.bat build-vs8_x64.bat configure.js README \ - mysql_manifest.cmake create_manifest.js +EXTRA_DIST = build-vs71.bat build-vs8.bat build-vs8_x64.bat build-vs9.bat \ + build-vs9_x64.bat configure.js README mysql_manifest.cmake \ + create_manifest.js # Don't update the files from bitkeeper %::SCCS/s.% |