summaryrefslogtreecommitdiff
path: root/auth/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-03-24 15:11:35 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-29 02:37:27 +0200
commitc008687ffbf18a3327dd4ad41ca5a9e01c30f9d1 (patch)
tree7d35f05daeb9edc021862f46ed756ed0b79309e1 /auth/wscript_build
parent387eb18a1ccdcea3040476efbc2769de40ccf86e (diff)
downloadsamba-c008687ffbf18a3327dd4ad41ca5a9e01c30f9d1.tar.gz
s4-messaging: split up messaging into a smaller library for send only
This will help avoid a dep loop when the low-level auth code relies on the message code to deliver authentication messages Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth/wscript_build')
-rw-r--r--auth/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/wscript_build b/auth/wscript_build
index 30f8bf9e1fb..e0c69464236 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 jansson',
+ deps='talloc samba-security samba-util util_str_escape LIBTSOCKET jansson MESSAGING_SEND server_id_db',
private_library=True
)