auth_log: Prepared to allow logging JSON events to a server over the message bus
[nivanova/samba-autobuild/.git] / auth / wscript_build
index e0c694642369e42457b7ca3d571cfad385311760..9e55e1000c77b82a28980cc30e18dc0fef519e63 100644 (file)
@@ -2,9 +2,9 @@
 
 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
-                  )
+                  deps='talloc samba-security samba-util util_str_escape LIBTSOCKET jansson MESSAGING_SEND server_id_db ',
+                  private_library=True,
+                  allow_warnings=True)
 
 bld.RECURSE('gensec')
 bld.RECURSE('ntlmssp')