From 413e1be7739003696fd903dd80d1ead5275fe74c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 12 May 2012 12:01:03 +0200 Subject: s3:auth: remove unused auth_server.c metze --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 46aa582748..8bf378cd4d 100755 --- a/source3/wscript +++ b/source3/wscript @@ -1376,7 +1376,7 @@ main() { # if we include the module loader in iconv default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam - auth_sam auth_unix auth_winbind auth_wbc auth_server + auth_sam auth_unix auth_winbind auth_wbc auth_domain auth_builtin vfs_default nss_info_template idmap_tdb idmap_passdb idmap_nss''') -- cgit