s4-torture: reformat test table in ndr test
[samba.git] / auth / wscript_build
index 57f12702cba40dd982f064ddbaf3587e724c507f..a8b0e6cf3eb0bdf3fa4e856e989fb46b617e07b1 100644 (file)
@@ -1,11 +1,21 @@
 #!/usr/bin/env python
 
-bld.SAMBA_LIBRARY('auth_sam_reply',
-                  source='auth_sam_reply.c',
-                  deps='talloc samba-security samba-util',
-                  autoproto='auth_sam_reply.h',
-                  private_library=True
-                  )
+bld.SAMBA_LIBRARY('common_auth',
+                  source='''auth_sam_reply.c
+                            wbc_auth_util.c
+                            auth_log.c
+                            auth_util.c''',
+                  deps='''talloc
+                          samba-security
+                          samba-util
+                          util_str_escape
+                          LIBTSOCKET
+                          audit_logging
+                          jansson
+                          MESSAGING_SEND
+                          server_id_db
+                          ndr-samba''',
+                  private_library=True)
 
 bld.RECURSE('gensec')
 bld.RECURSE('ntlmssp')