diff options
author | iggy@recycle.(none) <> | 2007-04-23 21:43:36 -0400 |
---|---|---|
committer | iggy@recycle.(none) <> | 2007-04-23 21:43:36 -0400 |
commit | 5cf930719f0f1fcc7fd934274d71c8337a2adff8 (patch) | |
tree | 9580360f972d6f4041ba0d5a474e6137a2db54d0 /win | |
parent | 7a358c4b5c4ff9ea26a3ebe355dd99eedc04767e (diff) | |
download | mariadb-git-5cf930719f0f1fcc7fd934274d71c8337a2adff8.tar.gz |
Bug#24732 Executables do not include Vista manifests
- Correct PushBuild failure.
Diffstat (limited to 'win')
-rwxr-xr-x | win/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/Makefile.am b/win/Makefile.am index b087675793b..c6632737d7b 100755 --- a/win/Makefile.am +++ b/win/Makefile.am @@ -14,7 +14,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 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 +EXTRA_DIST = build-vs71.bat build-vs8.bat build-vs8_x64.bat configure.js README \ + mysql_manifest.cmake create_manifest.js # Don't update the files from bitkeeper %::SCCS/s.% |