summaryrefslogtreecommitdiff
path: root/auth/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'auth/wscript_build')
-rw-r--r--auth/wscript_build6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth/wscript_build b/auth/wscript_build
index e0c69464236..9e55e1000c7 100644
--- a/auth/wscript_build
+++ b/auth/wscript_build
@@ -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')