summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-05-05 13:49:03 +0200
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-05-05 13:49:03 +0200
commit559c23fde21210f0f382e47092d0b48a630ac20c (patch)
treef4b048c8fb54f34a579a2d26cde8741e46cf5b8a /plugin
parent44a05c19f0d56b5300c3026fc0ec75044f9b291c (diff)
downloadmariadb-git-559c23fde21210f0f382e47092d0b48a630ac20c.tar.gz
Build all plugins.
Try to fix ia64/icc builds.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/audit_null/CMakeLists.txt3
-rw-r--r--plugin/daemon_example/CMakeLists.txt3
-rw-r--r--plugin/fulltext/CMakeLists.txt4
3 files changed, 6 insertions, 4 deletions
diff --git a/plugin/audit_null/CMakeLists.txt b/plugin/audit_null/CMakeLists.txt
index 9f32181a163..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)
+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..abb9a0d49df 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_NAME "libdaemon_example")
diff --git a/plugin/fulltext/CMakeLists.txt b/plugin/fulltext/CMakeLists.txt
index ea71552a37a..394cb8dc51d 100644
--- a/plugin/fulltext/CMakeLists.txt
+++ b/plugin/fulltext/CMakeLists.txt
@@ -13,5 +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(ftexample plugin_example.c MODULE_ONLY MODULE_OUTPUT_NAME mypluglib)
+MYSQL_ADD_PLUGIN(ftexample plugin_example.c
+ MODULE_ONLY MODULE_OUTPUT_NAME "mypluglib")