diff options
author | brian@zim.(none) <> | 2005-12-22 19:50:10 -0800 |
---|---|---|
committer | brian@zim.(none) <> | 2005-12-22 19:50:10 -0800 |
commit | 3ee76a3e3ccde9004c164c85f2a96e8115aebd2a (patch) | |
tree | 21a09fbc80ce6a37eb6fa0c732c34a8de3b2ed28 /storage/Makefile.am | |
parent | e36df26e5bbbccc322f10930f457ec2f2c50f2d5 (diff) | |
download | mariadb-git-3ee76a3e3ccde9004c164c85f2a96e8115aebd2a.tar.gz |
Update to add in support for AZIO.
AZIO differs in that it uses mysys methods and removes all of the malloc calls.
Diffstat (limited to 'storage/Makefile.am')
-rw-r--r-- | storage/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/Makefile.am b/storage/Makefile.am index d3df68449ca..39bbf050bbd 100644 --- a/storage/Makefile.am +++ b/storage/Makefile.am @@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS = foreign # These are built from source in the Docs directory EXTRA_DIST = SUBDIRS = -DIST_SUBDIRS = . bdb heap innobase myisam myisammrg ndb +DIST_SUBDIRS = . bdb heap innobase myisam myisammrg ndb archive # Don't update the files from bitkeeper %::SCCS/s.% |