diff options
author | Andreas Schneider <asn@samba.org> | 2017-11-07 12:02:19 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2017-11-25 10:14:13 +0100 |
commit | 6fbc8b810e094b946b92fb720953400fe28041ab (patch) | |
tree | 942587eec393bc4149f2733dbfe169359394abf4 /wscript_build | |
parent | ac65070490c9a6e46bd45665daa15cdc164b3748 (diff) | |
download | samba-6fbc8b810e094b946b92fb720953400fe28041ab.tar.gz |
build: Move uid_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 2e892280398..b7ebaae630e 100644 --- a/wscript_build +++ b/wscript_build @@ -69,8 +69,6 @@ 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.CONFIG_GET('UID_WRAPPER'): - bld.RECURSE('lib/uid_wrapper') if bld.CHECK_FOR_THIRD_PARTY(): bld.RECURSE('third_party') bld.RECURSE('source4/lib/stream') |