diff options
author | vvaintroub <vvaintroub@xp> | 2010-01-29 03:07:00 +0100 |
---|---|---|
committer | vvaintroub <vvaintroub@xp> | 2010-01-29 03:07:00 +0100 |
commit | 6580cdb27bd8931ad17584bf5fd9e9889069aebb (patch) | |
tree | a9f1b1d75a2a9c07a9e64b00dced3c3ddd5a03ab /cmake/Makefile.am | |
parent | aa134fdf990df1528224bbb97114e07568486516 (diff) | |
download | mariadb-git-6580cdb27bd8931ad17584bf5fd9e9889069aebb.tar.gz |
Add windows system check cache that prevents tests from running, most are irrelevant anyway
Add cached variable WITH_XXX_STORAGE_ENGINE for dynamic plugins that can be static or
dynamic.
Diffstat (limited to 'cmake/Makefile.am')
-rw-r--r-- | cmake/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Makefile.am b/cmake/Makefile.am index f6172a62e1d..86244a526c1 100644 --- a/cmake/Makefile.am +++ b/cmake/Makefile.am @@ -26,6 +26,7 @@ EXTRA_DIST = \ install_layout.cmake \ build_configurations/mysql_release.cmake \ os/Windows.cmake \ + os/WindowsCache.cmake \ os/Linux.cmake \ os/SunOS.cmake \ os/Darwin.cmake \ |