diff options
author | unknown <kent@mysql.com> | 2005-12-18 14:51:19 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-12-18 14:51:19 +0100 |
commit | e97a4a4a175ede4b408478d65ba2362e6aa1ae96 (patch) | |
tree | d258356c97854bc576b51f384dfb0e9adfb6a83a /BUILD | |
parent | 2e8dc5fff4a743627003ca96e3740ffc0ef757e8 (diff) | |
download | mariadb-git-e97a4a4a175ede4b408478d65ba2362e6aa1ae96.tar.gz |
Makefile.am:
Adjusted listing of files to put into source TAR
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILD/Makefile.am b/BUILD/Makefile.am index 2414d4f3a44..859bc0c00c4 100644 --- a/BUILD/Makefile.am +++ b/BUILD/Makefile.am @@ -23,7 +23,9 @@ EXTRA_DIST = FINISH.sh \ compile-alpha-ccc \ compile-alpha-cxx \ compile-alpha-debug \ + compile-dist \ compile-ia64-debug-max \ + compile-irix-mips64-mipspro \ compile-pentium \ compile-pentium-debug \ compile-pentium-debug-max \ @@ -35,9 +37,10 @@ EXTRA_DIST = FINISH.sh \ compile-pentium-myodbc \ compile-pentium-mysqlfs-debug \ compile-pentium-pgcc \ + compile-pentium-valgrind-max \ + compile-pentium64-debug-max \ compile-solaris-sparc \ compile-solaris-sparc-debug \ - compile-irix-mips64-mipspro \ compile-solaris-sparc-forte \ compile-solaris-sparc-purify |