summaryrefslogtreecommitdiff
path: root/source4/auth/config.m4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-05-09 23:05:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:54 -0500
commitbc8e2d5f23bdf539310e53fbad0e98f10465287f (patch)
treee5880a19a2deae450f252d246491d2ab11a790c8 /source4/auth/config.m4
parentc9bf9773e0634f6346cdd2c62743a1251484b640 (diff)
downloadsamba-bc8e2d5f23bdf539310e53fbad0e98f10465287f.tar.gz
samba-bc8e2d5f23bdf539310e53fbad0e98f10465287f.tar.bz2
samba-bc8e2d5f23bdf539310e53fbad0e98f10465287f.zip
r620: Remove more ununsed code.
Andrew Bartlett (This used to be commit 795ace17a8905f495e9e191ffbd559927894941b)
Diffstat (limited to 'source4/auth/config.m4')
-rw-r--r--source4/auth/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/config.m4 b/source4/auth/config.m4
index cb547301f5..23c7b8a3f5 100644
--- a/source4/auth/config.m4
+++ b/source4/auth/config.m4
@@ -5,5 +5,5 @@ SMB_MODULE(auth_builtin,AUTH,STATIC,[auth/auth_builtin.o])
SMB_MODULE(auth_unix,AUTH,STATIC,[auth/auth_unix.o])
SMB_SUBSYSTEM(AUTH,auth/auth.o,
- [auth/auth_ntlmssp.o auth/auth_util.o auth/pampass.o auth/pass_check.o auth/auth_compat.o],
+ [auth/auth_ntlmssp.o auth/auth_util.o auth/pampass.o auth/pass_check.o],
auth/auth_public_proto.h)