auth: Add hooks for notification of authentication events over the message bus
[samba.git] / auth / wscript_build
index 540317a40135db12297cabb2757cbdb8f4a54fc7..88e9a0393141c74841af94a2b129265a46fcbd2e 100644 (file)
@@ -1,11 +1,10 @@
 #!/usr/bin/env python
 
-bld.SAMBA_LIBRARY('auth_sam_reply',
-                  source='auth_sam_reply.c',
-                  deps='talloc 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')
 bld.RECURSE('credentials')