diff options
author | acurtis@xiphis.org <> | 2005-12-21 14:58:03 -0800 |
---|---|---|
committer | acurtis@xiphis.org <> | 2005-12-21 14:58:03 -0800 |
commit | 0f8f444b8be51db1265a3c30a576c9e404b86071 (patch) | |
tree | 5a91c064f0e7c9b4a28ccc82366626ad854a955d /Makefile.am | |
parent | e2870b24c621ce28996d3316819283388a76d8f9 (diff) | |
download | mariadb-git-0f8f444b8be51db1265a3c30a576c9e404b86071.tar.gz |
Change for plugin storage engine to be built after mysqld
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@ |