waf: Use Logs.info() instead of print.
[sfrench/samba-autobuild/.git] / wscript
diff --git a/wscript b/wscript
index 6b51a37c857b8c954bf915ecf0f9b9e240d1520e..d1c71217002f19c350a1f6f6648b1cc37fc08ba1 100755 (executable)
--- a/wscript
+++ b/wscript
@@ -84,7 +84,8 @@ def configure(conf):
 
     conf.RECURSE('dynconfig')
     conf.RECURSE('lib/ldb')
-    conf.RECURSE('source4/heimdal_build')
+    if not os.getenv('USING_SYSTEM_KRB5'):
+        conf.RECURSE('source4/heimdal_build')
     conf.RECURSE('source4/lib/tls')
     conf.RECURSE('source4/ntvfs/sysdep')
     conf.RECURSE('lib/util')
@@ -94,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')
@@ -104,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()