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 /config | |
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 'config')
-rw-r--r-- | config/ac-macros/storage.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/ac-macros/storage.m4 b/config/ac-macros/storage.m4 index cfca6f97a0c..8564e8ef5cc 100644 --- a/config/ac-macros/storage.m4 +++ b/config/ac-macros/storage.m4 @@ -40,9 +40,11 @@ then mysql_se_decls="${mysql_se_decls},$6" mysql_se_htons="${mysql_se_htons},&$6" mysql_se_objs="$mysql_se_objs $8" + mysql_se_dirs="$mysql_se_dirs $7" + mysql_se_libs="$mysql_se_libs $9" +else + mysql_se_plugins="$mysql_se_plugins $7" fi -mysql_se_dirs="$mysql_se_dirs $7" -mysql_se_libs="$mysql_se_libs $9" $10 fi ]) |