From bc8e2d5f23bdf539310e53fbad0e98f10465287f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 9 May 2004 23:05:37 +0000 Subject: r620: Remove more ununsed code. Andrew Bartlett (This used to be commit 795ace17a8905f495e9e191ffbd559927894941b) --- source4/auth/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/config.m4') 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) -- cgit