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 /configure.in | |
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 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 9b9939fecc0..848b41269ea 100644 --- a/configure.in +++ b/configure.in @@ -2520,6 +2520,7 @@ AC_SUBST(mysql_se_libs) AC_SUBST(mysql_se_objs) AC_SUBST(mysql_se_htons) AC_SUBST(mysql_se_decls) +AC_SUBST(mysql_se_plugins) # Now that sql_client_dirs and sql_server_dirs are stable, determine the union. |