mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
added plugin/auth_pam/CMakeLists.txt
This commit is contained in:
parent
e7e2058550
commit
dfafb7bbc9
1 changed files with 8 additions and 0 deletions
8
plugin/auth_pam/CMakeLists.txt
Normal file
8
plugin/auth_pam/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
INCLUDE (CheckIncludeFiles)
|
||||
|
||||
CHECK_INCLUDE_FILES (security/pam_appl.h HAVE_PAM_APPL_H)
|
||||
|
||||
IF(HAVE_PAM_APPL_H)
|
||||
MYSQL_ADD_PLUGIN(auth_pam auth_pam.c LINK_LIBRARIES pam MODULE_ONLY)
|
||||
ENDIF(HAVE_PAM_APPL_H)
|
||||
|
Loading…
Reference in a new issue