diff options
author | unknown <joerg@trift2.> | 2008-04-18 16:58:47 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2008-04-18 16:58:47 +0200 |
commit | 476a5c134a20b57a94f2ffe17f58b79adccd2e87 (patch) | |
tree | ccf6b8dd3d4cff07bac22279b7fc17b6fe467ea2 /BUILD/Makefile.am | |
parent | dadbb4ca946a69eaca4f74c8ef248b25e46b76d4 (diff) | |
download | mariadb-git-476a5c134a20b57a94f2ffe17f58b79adccd2e87.tar.gz |
BUILD/Makefile.am
Post-merge fix: Add those files which are new in version 5.1
This is the 5.1 version of the fix for
Bug #34291 compile-amd64-debug-max-no-ndb missing
BUILD/Makefile.am:
Post-merge fix: Add those files which are new in version 5.1
Diffstat (limited to 'BUILD/Makefile.am')
-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 a6298da1e08..cd4b00ea731 100644 --- a/BUILD/Makefile.am +++ b/BUILD/Makefile.am @@ -20,6 +20,7 @@ EXTRA_DIST = FINISH.sh \ SETUP.sh \ autorun.sh \ + build_mccge.sh \ check-cpu \ cleanup \ compile-alpha \ @@ -27,10 +28,12 @@ EXTRA_DIST = FINISH.sh \ compile-alpha-cxx \ compile-alpha-debug \ compile-amd64-debug-max \ + compile-amd64-debug-max-no-ndb \ compile-amd64-gcov \ compile-amd64-gprof \ compile-amd64-max \ compile-amd64-max-sci \ + compile-amd64-valgrind-max \ compile-darwin-mwcc \ compile-dist \ compile-hpux11-parisc2-aCC \ @@ -53,10 +56,12 @@ EXTRA_DIST = FINISH.sh \ compile-pentium-mysqlfs-debug \ compile-pentium-pgcc \ compile-pentium-valgrind-max \ + compile-pentium64 \ compile-pentium64-debug \ compile-pentium64-debug-max \ compile-pentium64-gcov \ compile-pentium64-gprof \ + compile-pentium64-max \ compile-pentium64-max-sci \ compile-pentium64-valgrind-max \ compile-ppc \ |