diff options
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 |