summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-04-10 14:24:58 +0200
committerSergei Golubchik <serg@mariadb.org>2015-04-10 14:24:58 +0200
commitd2ed256ef7c1abd8ae81b455aa00a7e30703e529 (patch)
treec014df181a212b696903b5ea53bd7a87c707efca /plugin
parent899c5c32cf87166ec945750e45209f1f0c14cca8 (diff)
downloadmariadb-git-d2ed256ef7c1abd8ae81b455aa00a7e30703e529.tar.gz
move debug_ and example_key_management plugins to test component
Diffstat (limited to 'plugin')
-rw-r--r--plugin/debug_key_management/CMakeLists.txt2
-rw-r--r--plugin/example_key_management/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/debug_key_management/CMakeLists.txt b/plugin/debug_key_management/CMakeLists.txt
index 101a790023d..eeb8a3bf4d2 100644
--- a/plugin/debug_key_management/CMakeLists.txt
+++ b/plugin/debug_key_management/CMakeLists.txt
@@ -1,2 +1,2 @@
MYSQL_ADD_PLUGIN(DEBUG_KEY_MANAGEMENT debug_key_management_plugin.cc
- MODULE_ONLY)
+ MODULE_ONLY COMPONENT Test)
diff --git a/plugin/example_key_management/CMakeLists.txt b/plugin/example_key_management/CMakeLists.txt
index a121e6c1f7d..fe893e5368e 100644
--- a/plugin/example_key_management/CMakeLists.txt
+++ b/plugin/example_key_management/CMakeLists.txt
@@ -1,2 +1,2 @@
MYSQL_ADD_PLUGIN(EXAMPLE_KEY_MANAGEMENT example_key_management_plugin.cc
- MODULE_ONLY)
+ MODULE_ONLY COMPONENT Test)