Use loadparm helper to find lifetime defaults
[mat/samba.git] / wscript
diff --git a/wscript b/wscript
index 15e1ce51bfc2df3fe22a7e26ecd35bbe4295dae6..d1c71217002f19c350a1f6f6648b1cc37fc08ba1 100755 (executable)
--- a/wscript
+++ b/wscript
@@ -95,6 +95,7 @@ def configure(conf):
     conf.RECURSE('source4/auth')
     conf.RECURSE('lib/nss_wrapper')
     conf.RECURSE('nsswitch')
+    conf.RECURSE('nsswitch/libwbclient')
     conf.RECURSE('lib/socket_wrapper')
     conf.RECURSE('lib/uid_wrapper')
     conf.RECURSE('lib/popt')
@@ -105,6 +106,7 @@ def configure(conf):
     conf.RECURSE('selftest')
     conf.RECURSE('source3')
     conf.RECURSE('lib/addns')
+    conf.RECURSE('source3/libsmb')
 
     conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS()