summaryrefslogtreecommitdiff
path: root/plugin/win_auth_client
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-06-15 15:42:14 +0200
committerSergei Golubchik <serg@mariadb.org>2015-06-15 20:28:13 +0200
commitb988553c527d0fb55a561dc3a1308052d94ae2a4 (patch)
tree4dd7ade51e709d1e625601ba86bf849ab86bd2c0 /plugin/win_auth_client
parent02421aa284bf3ff2c56c0e8d58defe2846824d19 (diff)
downloadmariadb-git-b988553c527d0fb55a561dc3a1308052d94ae2a4.tar.gz
MDEV-7771 missing client plugins when mariadb-shared is not installed
Put client plugins into -common rpm, not -shared. Because they're needed for * all clients that link with shared libmysqlclient (-shared) * our clients from -client rpm, they're statically linked (-client) * the server that acts as a replication slave (-server)
Diffstat (limited to 'plugin/win_auth_client')
-rw-r--r--plugin/win_auth_client/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/win_auth_client/CMakeLists.txt b/plugin/win_auth_client/CMakeLists.txt
index 75ee55117bd..5d72d24d6ad 100644
--- a/plugin/win_auth_client/CMakeLists.txt
+++ b/plugin/win_auth_client/CMakeLists.txt
@@ -29,7 +29,7 @@ IF(WIN32)
MYSQL_ADD_PLUGIN(authentication_windows_client ${PLUGIN_SOURCES} ${HEADERS}
LINK_LIBRARIES Secur32
- MODULE_ONLY COMPONENT SharedLibraries)
+ MODULE_ONLY COMPONENT ClientPlugins)
#IF(MSVC)
# INSTALL_DEBUG_TARGET(auth_win_client DESTINATION ${INSTALL_LIBDIR}/debug)