blob: 9d67e55d5c8709b1b6a7ac5e5445051cc62cdbc1 [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'
)