summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-11-07 12:02:19 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-11-25 10:14:13 +0100
commit6fbc8b810e094b946b92fb720953400fe28041ab (patch)
tree942587eec393bc4149f2733dbfe169359394abf4 /wscript_build
parentac65070490c9a6e46bd45665daa15cdc164b3748 (diff)
downloadsamba-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_build2
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')