summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-11-07 11:55:04 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-11-25 10:14:13 +0100
commitac65070490c9a6e46bd45665daa15cdc164b3748 (patch)
treefc2d9b215a7adf69d2859de61ad23ce02d4d50e2 /wscript_build
parent5d2b5e98485430ff0e07cd389609ccde0cd13975 (diff)
downloadsamba-ac65070490c9a6e46bd45665daa15cdc164b3748.tar.gz
build: Move resolv_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 d3982a39634..2e892280398 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('RESOLV_WRAPPER'):
- bld.RECURSE('lib/resolv_wrapper')
if bld.CONFIG_GET('UID_WRAPPER'):
bld.RECURSE('lib/uid_wrapper')
if bld.CHECK_FOR_THIRD_PARTY():