diff options
author | unknown <acurtis@xiphis.org> | 2005-12-21 14:58:03 -0800 |
---|---|---|
committer | unknown <acurtis@xiphis.org> | 2005-12-21 14:58:03 -0800 |
commit | 65c560e9b836953bba66307268430f0faf50ca3c (patch) | |
tree | 5a91c064f0e7c9b4a28ccc82366626ad854a955d /Makefile.am | |
parent | 597dc9a8e19e61f072bdb78653113e3102898e69 (diff) | |
download | mariadb-git-65c560e9b836953bba66307268430f0faf50ca3c.tar.gz |
Change for plugin storage engine to be built after mysqld
Makefile.am:
Change build order for plugins
config/ac-macros/storage.m4:
Change build order for plugins
configure.in:
Change build order for plugins
storage/Makefile.am:
add csv and example to dist
storage/csv/Makefile.am:
remove unneeded dep
storage/example/Makefile.am:
remove unneeded dep
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e78a762af53..5d7de33cc42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \ @thread_dirs@ pstack \ @sql_union_dirs@ @mysql_se_dirs@ \ @sql_server@ scripts @man_dirs@ tests \ + @mysql_se_plugins@ \ netware @libmysqld_dirs@ \ @bench_dirs@ support-files @tools_dirs@ |