auth3: Remove auth_domain
[samba.git] / source3 / auth / wscript_build
index b95fb9831f98be5a0c5194ee9a3a667c18c01059..83b5ad18f037f9307ad653bd5c01bf0b152f0f9e 100644 (file)
@@ -46,13 +46,6 @@ bld.SAMBA3_MODULE('auth_winbind',
                  init_function='',
                  internal_module=True)
 
-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',