From f9101d98b73f8353bc1de0959c6a1a35a91a9f7b Mon Sep 17 00:00:00 2001 From: Jonathan Perkin Date: Wed, 12 May 2010 16:32:31 +0100 Subject: Revert back to new CMake names for audit_null/daemon_example plugins. --- plugin/audit_null/CMakeLists.txt | 3 +-- plugin/daemon_example/CMakeLists.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'plugin') diff --git a/plugin/audit_null/CMakeLists.txt b/plugin/audit_null/CMakeLists.txt index 4baa1da35fe..4e27ae7e0d9 100644 --- a/plugin/audit_null/CMakeLists.txt +++ b/plugin/audit_null/CMakeLists.txt @@ -13,5 +13,4 @@ # 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 MODULE_OUTPUT_NAME "adt_null") +MYSQL_ADD_PLUGIN(audit_null audit_null.c MODULE_ONLY) diff --git a/plugin/daemon_example/CMakeLists.txt b/plugin/daemon_example/CMakeLists.txt index de4310b0244..1c21d57b326 100644 --- a/plugin/daemon_example/CMakeLists.txt +++ b/plugin/daemon_example/CMakeLists.txt @@ -13,5 +13,4 @@ # 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 MODULE_OUTPUT_NAME "libdaemon_example") +MYSQL_ADD_PLUGIN(daemon_example daemon_example.cc MODULE_ONLY) -- cgit v1.2.1