summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@localhost.localdomain>2011-11-07 22:20:44 +0100
committerVladislav Vaintroub <wlad@localhost.localdomain>2011-11-07 22:20:44 +0100
commit216d5450e7b3f8455175c586b6fe73c0825dd89b (patch)
treefaa58e1beb3c4eaa492b78a9ce4cb38d1648975f /libmysqld
parent360f53d975d52e609acc3949f59c25944eb4fb9d (diff)
downloadmariadb-git-216d5450e7b3f8455175c586b6fe73c0825dd89b.tar.gz
add version to the libmysqld.so
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt
index ea680b0a462..b23b4fdab5f 100644
--- a/libmysqld/CMakeLists.txt
+++ b/libmysqld/CMakeLists.txt
@@ -147,6 +147,6 @@ ENDIF()
IF(NOT DISABLE_SHARED)
MERGE_LIBRARIES(libmysqld SHARED mysqlserver EXPORTS ${CLIENT_API_FUNCTIONS}
- COMPONENT Embedded)
+ COMPONENT Embedded VERSION ${SHARED_LIB_MAJOR_VERSION})
SET_TARGET_PROPERTIES(libmysqld PROPERTIES PREFIX "")
ENDIF()