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/ntptr/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/ntptr') diff --git a/source4/ntptr/config.mk b/source4/ntptr/config.mk index 2aea27f767..e6b84c51d0 100644 --- a/source4/ntptr/config.mk +++ b/source4/ntptr/config.mk @@ -7,7 +7,7 @@ INIT_FUNCTION = ntptr_simple_ldb_init SUBSYSTEM = ntptr OBJ_FILES = \ simple_ldb/ntptr_simple_ldb.o -REQUIRED_SUBSYSTEMS = \ +PUBLIC_DEPENDENCIES = \ ldb # End MODULE ntptr_simple_ldb ################################################ @@ -19,7 +19,7 @@ PRIVATE_PROTO_HEADER = ntptr_proto.h OBJ_FILES = \ ntptr_base.o \ ntptr_interface.o -REQUIRED_SUBSYSTEMS = DCERPC_COMMON +PUBLIC_DEPENDENCIES = DCERPC_COMMON # # End SUBSYSTEM ntptr ################################################ -- cgit