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 | 666075422220728b9044d422b11b54a0d080aa8b (patch) | |
tree | 72fbc15eb118927e3060bccce2efadfb66f82ccc /win | |
parent | 533514580fce61459658754d28e73dab4ac3ae32 (diff) | |
download | mariadb-git-666075422220728b9044d422b11b54a0d080aa8b.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.
win/Makefile.am:
Added entry for build-vs9.bat and build-vs9_x64.bat in EXTRA_DIST.
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.% |