diff options
author | acurtis@poseidon.ndb.mysql.com <> | 2005-11-07 16:25:06 +0100 |
---|---|---|
committer | acurtis@poseidon.ndb.mysql.com <> | 2005-11-07 16:25:06 +0100 |
commit | c01a3b5e5f3c28333384ff962f44afea3a1b4dda (patch) | |
tree | 2b8ffe29d899326e4ad244ac3f67d4fcf29bfae6 /Makefile.am | |
parent | eed744d30b90da5baa9d9ee2d126341dd63f9d3d (diff) | |
download | mariadb-git-c01a3b5e5f3c28333384ff962f44afea3a1b4dda.tar.gz |
Make storage engines "pluggable", handlerton work
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 17b21873c6f..16cd8fcffd1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,8 @@ EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \ @readline_topdir@ sql-common \ @thread_dirs@ pstack \ - @sql_union_dirs@ scripts @man_dirs@ tests \ + @sql_union_dirs@ @mysql_se_dirs@ \ + @sql_server@ scripts @man_dirs@ tests \ netware @libmysqld_dirs@ \ @bench_dirs@ support-files @tools_dirs@ |