diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-08 15:05:46 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-08 15:05:46 -0500 |
commit | a25ccbd8f2d5198e1b9f63d6ae944635e2ff64e7 (patch) | |
tree | 986084739b376082e5b26a9b8282e54864474061 /meson.build | |
parent | 8807e954c4eb49abc10934154415cd4e4ca72b61 (diff) |
build: install pam files
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 51adee4a..3b787086 100644 --- a/meson.build +++ b/meson.build @@ -164,6 +164,9 @@ subdir('etc') subdir('init.d') subdir('local.d') subdir('man') +if get_option('pam') +subdir('pam') + endif if get_option('pkgconfig') subdir('pkgconfig') endif |