From 69b51f702af1ded825d5c17bdb97014cac12e752 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 24 Apr 2006 15:47:59 +0000 Subject: r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9) --- source4/auth/ntlmssp/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/ntlmssp') diff --git a/source4/auth/ntlmssp/config.mk b/source4/auth/ntlmssp/config.mk index 07b1fad1c7..fc9ccd91f6 100644 --- a/source4/auth/ntlmssp/config.mk +++ b/source4/auth/ntlmssp/config.mk @@ -12,7 +12,7 @@ OBJ_FILES = ntlmssp.o \ ntlmssp_sign.o \ ntlmssp_client.o \ ntlmssp_server.o -REQUIRED_SUBSYSTEMS = auth MSRPC_PARSE +PUBLIC_DEPENDENCIES = auth MSRPC_PARSE OUTPUT_TYPE = MERGEDOBJ # End MODULE gensec_ntlmssp ################################################ -- cgit