diff options
author | unknown <kent@mysql.com> | 2005-12-18 15:07:58 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-12-18 15:07:58 +0100 |
commit | a3a5df43a53748e93c81df849f11c46abcb1ebd9 (patch) | |
tree | 3131d091bfb6fabf146a4d52a0668e8eb4b81c5b /BUILD | |
parent | de1c06b9a26eff1a48e9247a6c157af4b90e7d74 (diff) | |
download | mariadb-git-a3a5df43a53748e93c81df849f11c46abcb1ebd9.tar.gz |
Makefile.am:
Added 5.0 specific build scripts
BUILD/Makefile.am:
Added 5.0 specific build scripts
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD/Makefile.am b/BUILD/Makefile.am index 2d58486e0ba..a5f3623c25e 100644 --- a/BUILD/Makefile.am +++ b/BUILD/Makefile.am @@ -37,11 +37,15 @@ EXTRA_DIST = FINISH.sh \ compile-pentium-debug \ compile-pentium-debug-max \ compile-pentium-debug-max-no-embedded \ + compile-pentium-debug-max-no-ndb \ compile-pentium-debug-no-bdb \ compile-pentium-debug-openssl \ compile-pentium-debug-yassl \ compile-pentium-gcov \ compile-pentium-gprof \ + compile-pentium-icc \ + compile-pentium-icc-valgrind-max \ + compile-pentium-icc-yassl \ compile-pentium-max \ compile-pentium-myodbc \ compile-pentium-mysqlfs-debug \ @@ -53,6 +57,7 @@ EXTRA_DIST = FINISH.sh \ compile-ppc \ compile-ppc-debug \ compile-ppc-debug-max \ + compile-ppc-debug-max-no-ndb \ compile-ppc-max \ compile-solaris-sparc \ compile-solaris-sparc-debug \ |