summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorTimothy Smith <timothy.smith@sun.com>2009-02-15 03:18:30 +0100
committerTimothy Smith <timothy.smith@sun.com>2009-02-15 03:18:30 +0100
commit858d40d82cf81fd71b01048fa6db21e563463018 (patch)
treecf85c3ae81a37ac48ffc9915543a46da249940c7 /plugin
parent1f18af1acb41c32680e57d64cd29053721d5e533 (diff)
downloadmariadb-git-858d40d82cf81fd71b01048fa6db21e563463018.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.am2
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.%