/
githubmirror
/
linux-pam
Обзор
Документация
Войти
/
githubmirror
/
linux-pam
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/meson.build
14 строк
325 B
Dmitry V. Levin
meson: build Linux-PAM using meson
10 сен 2024, 11:00
10 сен 2024, 11:00
7fb6bee
Код
Авторство
О чём код?
foreach prog: ['xsh', 'vpass', 'blank', 'check_user', 'tty_conv' ] executable( prog, sources: prog + '.c', link_args: exe_link_args, include_directories: [libpamc_inc], dependencies: [libpam_dep, libpam_misc_dep], ) endforeach