diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-10-21 23:07:13 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-10-21 23:07:13 +0200 |
commit | aeaa112edbf40f17c7978642539443544241185d (patch) | |
tree | 97faebc5269e23af60a451907271bfa11643f353 /plugin/win_auth_client | |
parent | b3223453f7e4398ff0f55471ac7dc4aecf2caf8d (diff) | |
download | mariadb-git-aeaa112edbf40f17c7978642539443544241185d.tar.gz |
fixes for windows
Diffstat (limited to 'plugin/win_auth_client')
-rw-r--r-- | plugin/win_auth_client/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/win_auth_client/CMakeLists.txt b/plugin/win_auth_client/CMakeLists.txt index 4541e23e94c..1e65673adbd 100644 --- a/plugin/win_auth_client/CMakeLists.txt +++ b/plugin/win_auth_client/CMakeLists.txt @@ -28,7 +28,7 @@ IF(WIN32) log_client.cc common.cc handshake.cc) MYSQL_ADD_PLUGIN(authentication_windows_client ${PLUGIN_SOURCES} ${HEADERS} - LINK_LIBRARUES Secur32 + LINK_LIBRARIES Secur32 MODULE_ONLY) ENDIF(WIN32) |