blob: 9b95c51d817776d82aec421409ed2c5f28a7bf8e [file] [log] [blame]
Vernon Mauerycbf6f7e2023-06-27 10:22:37 -07001#
2# build a pam library
3#
4libpam_ipmicheck = library(
Patrick Williamsdff839f2025-03-03 11:08:47 -05005 'pam_ipmicheck',
6 'pam_ipmicheck.c',
7 dependencies: [pam, crypto],
8 soversion: '',
9 name_prefix: '',
10 install: true,
11 install_dir: get_option('libdir') / 'security',
Vernon Mauerycbf6f7e2023-06-27 10:22:37 -070012)