auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top level
[obnox/samba/samba-obnox.git] / auth / wscript_build
index 01948151a142ad4907954334b7a02ae95e48cbbb..a61bc378af768f7c227b4cdf179796699dd8d1cc 100644 (file)
@@ -1,8 +1,8 @@
 #!/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
                   )