summaryrefslogtreecommitdiff
path: root/third_party/wscript
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 /third_party/wscript
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 'third_party/wscript')
-rw-r--r--third_party/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/wscript b/third_party/wscript
index 9c6bccffb61..a39c1ebdc10 100644
--- a/third_party/wscript
+++ b/third_party/wscript
@@ -54,6 +54,7 @@ def configure(conf):
if conf.CONFIG_GET('ENABLE_SELFTEST'):
conf.RECURSE('socket_wrapper')
conf.RECURSE('nss_wrapper')
+ conf.RECURSE('resolv_wrapper')
def build(bld):
@@ -82,3 +83,5 @@ def build(bld):
bld.RECURSE('socket_wrapper')
if bld.CONFIG_GET('NSS_WRAPPER'):
bld.RECURSE('nss_wrapper')
+ if bld.CONFIG_GET('RESOLV_WRAPPER'):
+ bld.RECURSE('resolv_wrapper')