blob: 9b95c51d817776d82aec421409ed2c5f28a7bf8e [file] [log] [blame]
#
# build a pam library
#
libpam_ipmicheck = library(
'pam_ipmicheck',
'pam_ipmicheck.c',
dependencies: [pam, crypto],
soversion: '',
name_prefix: '',
install: true,
install_dir: get_option('libdir') / 'security',
)