diff options
author | unknown <joerg@trift2.> | 2008-04-18 16:35:11 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2008-04-18 16:35:11 +0200 |
commit | dadbb4ca946a69eaca4f74c8ef248b25e46b76d4 (patch) | |
tree | c69ff30419ae631910ece8e6a10b28032148c4a6 /BUILD | |
parent | 6dad5e90ac7eb0a58130f425a48b3a8ec3348c98 (diff) | |
parent | d4e5ae56ae313d70fc2f0bd113e06b1f498f1545 (diff) | |
download | mariadb-git-dadbb4ca946a69eaca4f74c8ef248b25e46b76d4.tar.gz |
Merge trift2.:/MySQL/M50/bug34291-5.0
into trift2.:/MySQL/M51/bug34291-5.1
BUILD/Makefile.am:
Auto merged
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/BUILD/Makefile.am b/BUILD/Makefile.am index 82e31c4a47b..a6298da1e08 100644 --- a/BUILD/Makefile.am +++ b/BUILD/Makefile.am @@ -27,6 +27,8 @@ EXTRA_DIST = FINISH.sh \ compile-alpha-cxx \ compile-alpha-debug \ compile-amd64-debug-max \ + compile-amd64-gcov \ + compile-amd64-gprof \ compile-amd64-max \ compile-amd64-max-sci \ compile-darwin-mwcc \ @@ -53,6 +55,8 @@ EXTRA_DIST = FINISH.sh \ compile-pentium-valgrind-max \ compile-pentium64-debug \ compile-pentium64-debug-max \ + compile-pentium64-gcov \ + compile-pentium64-gprof \ compile-pentium64-max-sci \ compile-pentium64-valgrind-max \ compile-ppc \ @@ -60,6 +64,10 @@ EXTRA_DIST = FINISH.sh \ compile-ppc-debug-max \ compile-ppc-debug-max-no-ndb \ compile-ppc-max \ + compile-solaris-amd64 \ + compile-solaris-amd64-debug \ + compile-solaris-amd64-forte \ + compile-solaris-amd64-forte-debug \ compile-solaris-sparc \ compile-solaris-sparc-debug \ compile-solaris-sparc-forte \ |