auth: Generate a human readable Authentication log message.
[nivanova/samba-autobuild/.git] / auth / wscript_build
index 20261537fbd755c835c2972d72de5b8ed97d682b..732536d686ee7417aa7cfa929d5a43ece0fbf575 100644 (file)
@@ -1,8 +1,8 @@
 #!/usr/bin/env python
 
-bld.SAMBA_LIBRARY('auth_sam_reply',
-                  source='auth_sam_reply.c wbc_auth_util.c',
-                  deps='talloc samba-security samba-util',
+bld.SAMBA_LIBRARY('common_auth',
+                  source='auth_sam_reply.c wbc_auth_util.c auth_log.c',
+                  deps='talloc samba-security samba-util util_str_escape LIBTSOCKET',
                   private_library=True
                   )