diff options
author | Timothy Smith <timothy.smith@sun.com> | 2009-02-15 03:18:30 +0100 |
---|---|---|
committer | Timothy Smith <timothy.smith@sun.com> | 2009-02-15 03:18:30 +0100 |
commit | 338aefcb386a4011fcbd671f717b9bd973c94745 (patch) | |
tree | cf85c3ae81a37ac48ffc9915543a46da249940c7 /plugin | |
parent | 6bd93f670271eaf2bd79bd7fa538e9baaa7dcb0f (diff) | |
download | mariadb-git-338aefcb386a4011fcbd671f717b9bd973c94745.tar.gz |
Add the IBM DB2 for i storage engine.
Modify plugins.m4 configuration framework so that plugins which are
not built still get added to the source distribution during make dist.
This came up now because we can only build ibmdb2i on i5/OS, and we
can't bootstrap our source dist on that platform. The solution is to
specify DIST_SUBDIRS containing all plugins, separate from SUBDIRS
which contains the plugins which are actually built.
This ibmdb2i code is from the ibmdb2i-ga3-src.zip file, with a patch
to plug.in to disable the plugin if the PASE environment isn't available.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am index 22f6bfd88b2..68f1f939836 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = fulltext/configure.in SUBDIRS = @mysql_pg_dirs@ -DIST_SUBDIRS = daemon_example fulltext +DIST_SUBDIRS = @mysql_pg_distdirs@ # Don't update the files from bitkeeper %::SCCS/s.% |