summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorDaniel Fischer <df@sun.com>2010-06-18 17:04:15 +0200
committerDaniel Fischer <df@sun.com>2010-06-18 17:04:15 +0200
commit073943cd7dc1b1c897543ffb704b821de942b07b (patch)
tree129482b631bc451c9ff9b99ac55692b6bec2563d /plugin
parentb79631bc7a2cdcb46f34d6e37e1597a6e71f09b1 (diff)
parentd6fe8c47b88faf5074f55d698a9b9af97d17fdd4 (diff)
downloadmariadb-git-073943cd7dc1b1c897543ffb704b821de942b07b.tar.gz
merge
Diffstat (limited to 'plugin')
-rw-r--r--plugin/audit_null/CMakeLists.txt3
-rw-r--r--plugin/daemon_example/CMakeLists.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/plugin/audit_null/CMakeLists.txt b/plugin/audit_null/CMakeLists.txt
index 4e27ae7e0d9..4baa1da35fe 100644
--- a/plugin/audit_null/CMakeLists.txt
+++ b/plugin/audit_null/CMakeLists.txt
@@ -13,4 +13,5 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-MYSQL_ADD_PLUGIN(audit_null audit_null.c MODULE_ONLY)
+MYSQL_ADD_PLUGIN(audit_null audit_null.c
+ MODULE_ONLY MODULE_OUTPUT_NAME "adt_null")
diff --git a/plugin/daemon_example/CMakeLists.txt b/plugin/daemon_example/CMakeLists.txt
index 1c21d57b326..de4310b0244 100644
--- a/plugin/daemon_example/CMakeLists.txt
+++ b/plugin/daemon_example/CMakeLists.txt
@@ -13,4 +13,5 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-MYSQL_ADD_PLUGIN(daemon_example daemon_example.cc MODULE_ONLY)
+MYSQL_ADD_PLUGIN(daemon_example daemon_example.cc
+ MODULE_ONLY MODULE_OUTPUT_NAME "libdaemon_example")