blob: 9d67e55d5c8709b1b6a7ac5e5445051cc62cdbc1 [file] [log] [blame]
Vernon Mauerycbf6f7e2023-06-27 10:22:37 -07001#
2# build a pam library
3#
4libpam_ipmicheck = library(
5 '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'
12)