summaryrefslogtreecommitdiff
path: root/third_party/wscript
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 /third_party/wscript
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 '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 a5192eb5f1c..9c6bccffb61 100644
--- a/third_party/wscript
+++ b/third_party/wscript
@@ -53,6 +53,7 @@ def configure(conf):
conf.RECURSE('aesni-intel')
if conf.CONFIG_GET('ENABLE_SELFTEST'):
conf.RECURSE('socket_wrapper')
+ conf.RECURSE('nss_wrapper')
def build(bld):
@@ -79,3 +80,5 @@ def build(bld):
bld.RECURSE('aesni-intel')
if bld.CONFIG_GET('SOCKET_WRAPPER'):
bld.RECURSE('socket_wrapper')
+ if bld.CONFIG_GET('NSS_WRAPPER'):
+ bld.RECURSE('nss_wrapper')