diff options
author | kent@mysql.com <> | 2005-12-18 15:07:58 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2005-12-18 15:07:58 +0100 |
commit | 16d66d2a1e4157dad48d509c91316d27c1e6f5a7 (patch) | |
tree | 3131d091bfb6fabf146a4d52a0668e8eb4b81c5b /BUILD | |
parent | 9a0f262ebfb10ee7a127accf3c2081b2638c3c25 (diff) | |
download | mariadb-git-16d66d2a1e4157dad48d509c91316d27c1e6f5a7.tar.gz |
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 \ |