summaryrefslogtreecommitdiff
path: root/source4/ntptr
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-24 15:47:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:18 -0500
commit69b51f702af1ded825d5c17bdb97014cac12e752 (patch)
tree2aaae15c6b5cf81298442501c2f7c3cfaa761221 /source4/ntptr
parent758946429e8cef84ebc00e02f6fa0fb93a642aa8 (diff)
downloadsamba-69b51f702af1ded825d5c17bdb97014cac12e752.tar.gz
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
Diffstat (limited to 'source4/ntptr')
-rw-r--r--source4/ntptr/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntptr/config.mk b/source4/ntptr/config.mk
index 2aea27f7670..e6b84c51d0e 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
################################################