diff options
author | unknown <iggy@recycle.(none)> | 2007-04-23 21:43:36 -0400 |
---|---|---|
committer | unknown <iggy@recycle.(none)> | 2007-04-23 21:43:36 -0400 |
commit | 6f6f68066bc328e20d44435828b5f0aacd555ba8 (patch) | |
tree | 9580360f972d6f4041ba0d5a474e6137a2db54d0 /win | |
parent | 1ce0d7c63b33bd7970b6ab53884e726858cee92d (diff) | |
download | mariadb-git-6f6f68066bc328e20d44435828b5f0aacd555ba8.tar.gz |
Bug#24732 Executables do not include Vista manifests
- Correct PushBuild failure.
win/Makefile.am:
Bug#24732 Executables do not include Vista manifests
- Make sure new files are included in make dist builds.
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.% |