s4-messaging: split up messaging into a smaller library for send only
[nivanova/samba-autobuild/.git] / auth / wscript_build
index 30f8bf9e1fb6c85fa8d6dd34e75f2c11d9f567ca..e0c694642369e42457b7ca3d571cfad385311760 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 jansson',
+                  deps='talloc samba-security samba-util util_str_escape LIBTSOCKET jansson MESSAGING_SEND server_id_db',
                   private_library=True
                   )