From 387eb18a1ccdcea3040476efbc2769de40ccf86e Mon Sep 17 00:00:00 2001 From: Gary Lockyer Date: Mon, 6 Mar 2017 16:16:51 +1300 Subject: auth_log: Add JSON logging of Authorisation and Authentications Signed-off-by: Gary Lockyer Pair-Programmed: Andrew Bartlett --- auth/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/wscript_build') diff --git a/auth/wscript_build b/auth/wscript_build index 732536d686e..30f8bf9e1fb 100644 --- a/auth/wscript_build +++ b/auth/wscript_build @@ -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', + deps='talloc samba-security samba-util util_str_escape LIBTSOCKET jansson', private_library=True ) -- cgit v1.2.1