diff options
author | Andreas Schneider <asn@samba.org> | 2017-11-24 13:34:25 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2017-11-25 10:14:13 +0100 |
commit | 8635465d77496e882ca73477690bbd20d877a197 (patch) | |
tree | 6af1d731f589e20de0efd489a0b5b565a6f022f8 /wscript_build | |
parent | 6fbc8b810e094b946b92fb720953400fe28041ab (diff) | |
download | samba-8635465d77496e882ca73477690bbd20d877a197.tar.gz |
build: Move pam_wrapper to third_party
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wscript_build b/wscript_build index b7ebaae630e..253f95f8bc0 100644 --- a/wscript_build +++ b/wscript_build @@ -67,8 +67,6 @@ bld.RECURSE('source4/lib/messaging') bld.RECURSE('source4/lib/events') bld.RECURSE('source4/lib/cmdline') bld.RECURSE('source4/lib/http') -if bld.CONFIG_GET('PAM_WRAPPER') and Options.options.with_pam: - bld.RECURSE('lib/pam_wrapper') if bld.CHECK_FOR_THIRD_PARTY(): bld.RECURSE('third_party') bld.RECURSE('source4/lib/stream') |