diff options
author | acurtis@xiphis.org <> | 2006-04-13 13:49:29 -0700 |
---|---|---|
committer | acurtis@xiphis.org <> | 2006-04-13 13:49:29 -0700 |
commit | 4e11a4d94199c710b0c7d0bf547157c14c480f19 (patch) | |
tree | 7d7b722a3af9812d173de1c5398f625484467670 /Makefile.am | |
parent | b02463c15aea36ddcd5b4f7d0f5b4594b5c84f62 (diff) | |
download | mariadb-git-4e11a4d94199c710b0c7d0bf547157c14c480f19.tar.gz |
WL#3201
" Configure support for server plugins "
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 4e648dabe27..86bf6d6c03d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,9 +24,8 @@ EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \ SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \ @readline_topdir@ sql-common \ @thread_dirs@ pstack \ - @sql_union_dirs@ @mysql_se_dirs@ \ + @sql_union_dirs@ @mysql_plugin_dirs@ \ @sql_server@ scripts @man_dirs@ tests \ - @mysql_se_plugins@ \ netware @libmysqld_dirs@ \ @bench_dirs@ support-files @tools_dirs@ \ plugin win |