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 /storage/Makefile.am | |
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 'storage/Makefile.am')
-rw-r--r-- | storage/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/Makefile.am b/storage/Makefile.am index b978453d29d..4f19be3a361 100644 --- a/storage/Makefile.am +++ b/storage/Makefile.am @@ -20,6 +20,7 @@ AUTOMAKE_OPTIONS = foreign # These are built from source in the Docs directory EXTRA_DIST = SUBDIRS = @mysql_se_dirs@ +DIST_SUBDIRS = @mysql_se_distdirs@ # Don't update the files from bitkeeper %::SCCS/s.% |