From 3301f6c59e888b4b64dbd64d539bbfcfff0c4eee Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 12 Aug 2004 17:04:46 +0000 Subject: r1773: fix the build metze (This used to be commit 4e1156602caf60b3c0659d9d5e7aba8e430153e2) --- source4/torture/config.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/torture/config.mk') diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 0f758eb0e9..6d1ddd4d5a 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -87,8 +87,7 @@ REQUIRED_SUBSYSTEMS = \ # Start SUBSYSTEM TORTURE_AUTH [SUBSYSTEM::TORTURE_AUTH] ADD_OBJ_FILES = \ - torture/auth/ntlmssp.o \ - torture/auth/multi_sesssetup.o + torture/auth/ntlmssp.o REQUIRED_SUBSYSTEMS = \ LIBSMB # End SUBSYSTEM TORTURE_AUTH -- cgit