pyldb: avoid segfault when adding an element with no name
[kamenim/samba-autobuild/.git] / source3 / auth / wscript_build
index e7a605177e78ed5a43513c365b48f5ee2397bde3..c1062199aa86288c57d394a060f6c32e283b4816 100644 (file)
@@ -6,7 +6,7 @@ bld.SAMBA3_SUBSYSTEM('TOKEN_UTIL',
 
 bld.SAMBA3_SUBSYSTEM('USER_UTIL',
                      source='user_util.c',
-                     deps='TOKEN_UTIL')
+                     deps='TOKEN_UTIL tirpc nsl')
 
 bld.SAMBA3_SUBSYSTEM('AUTH_COMMON',
                     source='''auth_util.c
@@ -14,14 +14,14 @@ bld.SAMBA3_SUBSYSTEM('AUTH_COMMON',
                              server_info.c
                              server_info_sam.c
                              user_info.c''',
-                     deps='TOKEN_UTIL DCUTIL USER_UTIL')
+                     deps='TOKEN_UTIL DCUTIL USER_UTIL common_auth')
 
 bld.SAMBA3_LIBRARY('auth',
                    source='''auth.c
                    user_krb5.c
                    auth_ntlmssp.c
                    auth_generic.c''',
-                   deps='''PLAINTEXT_AUTH SLCACHE DCUTIL TOKEN_UTIL AUTH_COMMON libcli_netlogon3 samba-hostconfig''',
+                   deps='''PLAINTEXT_AUTH SLCACHE DCUTIL TOKEN_UTIL AUTH_COMMON libcli_netlogon3 samba-hostconfig MESSAGING''',
                    private_library=True)
 
 bld.SAMBA3_MODULE('auth_sam',
@@ -46,21 +46,6 @@ bld.SAMBA3_MODULE('auth_winbind',
                  init_function='',
                  internal_module=True)
 
-bld.SAMBA3_MODULE('auth_wbc',
-                 subsystem='auth',
-                 source='auth_wbc.c',
-                 deps='samba-util',
-                 init_function='',
-                 internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_wbc'),
-                 enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_wbc'))
-
-bld.SAMBA3_MODULE('auth_domain',
-                 subsystem='auth',
-                 source='auth_domain.c',
-                 deps='RPC_CLIENT_SCHANNEL trusts_util',
-                 init_function='',
-                 internal_module=True)
-
 bld.SAMBA3_MODULE('auth_builtin',
                  subsystem='auth',
                  source='auth_builtin.c',