summaryrefslogtreecommitdiff
path: root/storage/pbxt/CMakeLists.txt
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-10-21 23:07:13 +0200
committerSergei Golubchik <sergii@pisem.net>2011-10-21 23:07:13 +0200
commit7e80c6e475d1cc5fe4f3de539984427a16bf0b30 (patch)
tree97faebc5269e23af60a451907271bfa11643f353 /storage/pbxt/CMakeLists.txt
parentc0ad2cd8303c831a190835cdb78ac8e3d0b32127 (diff)
downloadmariadb-git-7e80c6e475d1cc5fe4f3de539984427a16bf0b30.tar.gz
fixes for windows
Diffstat (limited to 'storage/pbxt/CMakeLists.txt')
-rw-r--r--storage/pbxt/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/pbxt/CMakeLists.txt b/storage/pbxt/CMakeLists.txt
index b87c0810c29..6ddb679bc36 100644
--- a/storage/pbxt/CMakeLists.txt
+++ b/storage/pbxt/CMakeLists.txt
@@ -90,6 +90,5 @@ src/xt_config.h
src/xt_defs.h
src/xt_errno.h)
-SET(PBXT_PLUGIN_STATIC "pbxt")
-MYSQL_ADD_PLUGIN(pbxt ${PBXT_SOURCES} STORAGE_ENGINE)
+MYSQL_ADD_PLUGIN(pbxt ${PBXT_SOURCES} STORAGE_ENGINE STATIC_ONLY)