build: Move nss_wrapper to third_party
[bbaumbach/samba-autobuild/.git] / third_party / wscript
index a5192eb5f1cbe3c21b1ffa68b8938bf6f6bfd246..9c6bccffb61219cfcec0be87904c1bbe15c5f2a5 100644 (file)
@@ -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')