From e754760d2346cb868182b479745ee60630188298 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 25 May 2004 23:12:52 +0000 Subject: r892: Actually add the NTLMSSP self-check torture code this time... Andrew Bartlett (This used to be commit 9df5cbbd7694202c17a7c47ed0469d6f80412c54) --- source4/torture/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/config.mk') diff --git a/source4/torture/config.mk b/source4/torture/config.mk index febe02500c..4bbcf21b58 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -70,8 +70,8 @@ REQUIRED_SUBSYSTEMS = \ ################################# # Start SUBSYSTEM TORTURE_AUTH [SUBSYSTEM::TORTURE_AUTH] -#ADD_OBJ_FILES = \ -# torture/auth/ntlmssp.o +ADD_OBJ_FILES = \ + torture/auth/ntlmssp.o REQUIRED_SUBSYSTEMS = \ LIBSMB # End SUBSYSTEM TORTURE_AUTH -- cgit