auth_log: Add JSON logging of Authorisation and Authentications
[nivanova/samba-autobuild/.git] / auth / wscript_build
index 732536d686ee7417aa7cfa929d5a43ece0fbf575..30f8bf9e1fb6c85fa8d6dd34e75f2c11d9f567ca 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',
+                  deps='talloc samba-security samba-util util_str_escape LIBTSOCKET jansson',
                   private_library=True
                   )