summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-11-07 11:40:11 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-11-25 10:14:13 +0100
commit5d2b5e98485430ff0e07cd389609ccde0cd13975 (patch)
tree6999a2d669874931679cdfcafb00ea8713ab86d2 /wscript_build
parent22bf36c85ae11cd280a58729348c76032910dc16 (diff)
downloadsamba-5d2b5e98485430ff0e07cd389609ccde0cd13975.tar.gz
build: Move nss_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 4d8c098e9af..d3982a39634 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('NSS_WRAPPER'):
- bld.RECURSE('lib/nss_wrapper')
if bld.CONFIG_GET('PAM_WRAPPER') and Options.options.with_pam:
bld.RECURSE('lib/pam_wrapper')
if bld.CONFIG_GET('RESOLV_WRAPPER'):