auth: Add hooks for notification of authentication events over the message bus
[samba.git] / auth / wscript_build
index 57f12702cba40dd982f064ddbaf3587e724c507f..88e9a0393141c74841af94a2b129265a46fcbd2e 100644 (file)
@@ -1,11 +1,9 @@
 #!/usr/bin/env python
 
-bld.SAMBA_LIBRARY('auth_sam_reply',
-                  source='auth_sam_reply.c',
-                  deps='talloc samba-security samba-util',
-                  autoproto='auth_sam_reply.h',
-                  private_library=True
-                  )
+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 jansson MESSAGING_SEND server_id_db ',
+                  private_library=True)
 
 bld.RECURSE('gensec')
 bld.RECURSE('ntlmssp')