diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-12-29 19:04:06 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-12-29 19:04:06 -0600 |
commit | fd709885872e6392b5f4cb3363cc29a8f0a617c3 (patch) | |
tree | 76ddede57e6feb0276da13620846a2d925191f9c /meson.build | |
parent | cab458e27afe8dda78bef7c3605830f418d83ed1 (diff) |
remove separate pam directory
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build index e21fae65..dd60ae64 100644 --- a/meson.build +++ b/meson.build @@ -195,9 +195,6 @@ subdir('etc') subdir('init.d') subdir('local.d') subdir('man') -if get_option('pam') -subdir('pam') - endif if get_option('pkgconfig') subdir('pkgconfig') endif |