auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top level
[nivanova/samba-autobuild/.git] / auth / wscript_build
index 0472a20a01278a08a5c8caa17845a18b9ce87f83..a61bc378af768f7c227b4cdf179796699dd8d1cc 100644 (file)
@@ -1,8 +1,12 @@
 #!/usr/bin/env python
 
 bld.SAMBA_LIBRARY('auth_sam_reply',
-                  source='auth_sam_reply.c',
-                  deps='talloc security samba-util',
+                  source='auth_sam_reply.c wbc_auth_util.c',
+                  deps='talloc samba-security samba-util',
                   autoproto='auth_sam_reply.h',
                   private_library=True
                   )
+
+bld.RECURSE('gensec')
+bld.RECURSE('ntlmssp')
+bld.RECURSE('credentials')