From 59e739a2f9f4b10f5f6184ef397f034d09959f26 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 25 May 2004 15:56:02 +0000 Subject: r882: - create TORTURE_AUTH SUBSYSTEM - fix the build because of the missing torture/ntlmssp.c - this file should go into torture/auth/ ! metze (This used to be commit ad662fddcd1082d040b7c06ce809e0b4c441c1df) --- source4/torture/config.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/config.m4') diff --git a/source4/torture/config.m4 b/source4/torture/config.m4 index fb0df317b8..dcbed9f598 100644 --- a/source4/torture/config.m4 +++ b/source4/torture/config.m4 @@ -6,6 +6,8 @@ SMB_SUBSYSTEM_MK(TORTURE_RAW,torture/config.mk) SMB_SUBSYSTEM_MK(TORTURE_RPC,torture/config.mk) +SMB_SUBSYSTEM_MK(TORTURE_AUTH,torture/config.mk) + SMB_SUBSYSTEM_MK(TORTURE_NBENCH,torture/config.mk) SMB_BINARY_MK(smbtorture,torture/config.mk) -- cgit