summaryrefslogtreecommitdiff
path: root/cmake/abi_check.cmake
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2014-11-25 21:58:14 +0100
committerSergei Golubchik <serg@mariadb.org>2014-12-04 10:41:54 +0100
commitc98b2b393db7559e04b69a649e38716f46ce5dbd (patch)
treed35f080336e2b1dd56c3b15645d03a0d6a494791 /cmake/abi_check.cmake
parentb5357f025b071574f07d307f37957df2931d83d5 (diff)
downloadmariadb-git-c98b2b393db7559e04b69a649e38716f46ce5dbd.tar.gz
password validation plugin type and a simple plugin
Diffstat (limited to 'cmake/abi_check.cmake')
-rw-r--r--cmake/abi_check.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/abi_check.cmake b/cmake/abi_check.cmake
index cca595c5635..b6e630eeb37 100644
--- a/cmake/abi_check.cmake
+++ b/cmake/abi_check.cmake
@@ -43,6 +43,7 @@ IF(CMAKE_COMPILER_IS_GNUCC AND RUN_ABI_CHECK)
${CMAKE_SOURCE_DIR}/include/mysql/psi/psi_abi_v2.h
${CMAKE_SOURCE_DIR}/include/mysql/client_plugin.h
${CMAKE_SOURCE_DIR}/include/mysql/plugin_auth.h
+ ${CMAKE_SOURCE_DIR}/include/mysql/plugin_password_validation.h
)
ADD_CUSTOM_TARGET(abi_check ALL