summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-05-12 12:01:03 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-15 08:18:29 +0200
commit413e1be7739003696fd903dd80d1ead5275fe74c (patch)
tree3787484e8d12699bfdbf28debd35c1d67dac1dda /source3/wscript
parent0239f680a79ec41ecff97eea38687eccad2b5894 (diff)
downloadsamba-413e1be7739003696fd903dd80d1ead5275fe74c.tar.gz
samba-413e1be7739003696fd903dd80d1ead5275fe74c.tar.xz
samba-413e1be7739003696fd903dd80d1ead5275fe74c.zip
s3:auth: remove unused auth_server.c
metze
Diffstat (limited to 'source3/wscript')
-rwxr-xr-xsource3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 46aa5827480..8bf378cd4da 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''')