auth_log: Use common code from audit_logging
[metze/samba/wip.git] / auth / wscript_build
index 88e9a0393141c74841af94a2b129265a46fcbd2e..e2e3d213f489eba8b88944674bc6af0d661d47e7 100644 (file)
@@ -2,7 +2,7 @@
 
 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 ',
+                  deps='talloc samba-security samba-util util_str_escape LIBTSOCKET audit_logging jansson MESSAGING_SEND server_id_db ',
                   private_library=True)
 
 bld.RECURSE('gensec')