diff options
author | Andreas Schneider <asn@samba.org> | 2017-11-07 10:51:11 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2017-11-25 10:14:13 +0100 |
commit | 22bf36c85ae11cd280a58729348c76032910dc16 (patch) | |
tree | bf049502c4c965c34e54053e2a0afa7323f01bf4 /wscript_build | |
parent | 6cf7abbcfdad84fee57852862ebe44aa6115ca25 (diff) | |
download | samba-22bf36c85ae11cd280a58729348c76032910dc16.tar.gz |
build: Move socket_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 52f8de1c13b..4d8c098e9af 100644 --- a/wscript_build +++ b/wscript_build @@ -71,8 +71,6 @@ 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('SOCKET_WRAPPER'): - bld.RECURSE('lib/socket_wrapper') if bld.CONFIG_GET('RESOLV_WRAPPER'): bld.RECURSE('lib/resolv_wrapper') if bld.CONFIG_GET('UID_WRAPPER'): |