summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 03edc8a68b..9ce50ab978 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -14,7 +14,7 @@ INIT_FUNCTION = auth_sam_init
SUBSYSTEM = auth
OBJ_FILES = \
auth_sam.o
-REQUIRED_SUBSYSTEMS = \
+PUBLIC_DEPENDENCIES = \
SAMDB
# End MODULE auth_sam
#######################
@@ -36,7 +36,7 @@ INIT_FUNCTION = auth_winbind_init
SUBSYSTEM = auth
OBJ_FILES = \
auth_winbind.o
-REQUIRED_SUBSYSTEMS = \
+PUBLIC_DEPENDENCIES = \
LIBWINBIND-CLIENT \
NDR_NETLOGON LIBNDR
# End MODULE auth_winbind
@@ -59,7 +59,7 @@ INIT_FUNCTION = auth_unix_init
SUBSYSTEM = auth
OBJ_FILES = \
auth_unix.o
-REQUIRED_SUBSYSTEMS = \
+PUBLIC_DEPENDENCIES = \
EXT_LIB_CRYPT EXT_LIB_PAM PAM_ERRORS
# End MODULE auth_unix
#######################
@@ -79,6 +79,6 @@ OBJ_FILES = \
auth_sam_reply.o \
ntlm_check.o \
auth_simple.o
-REQUIRED_SUBSYSTEMS = LIB_SECURITY process_model
+PUBLIC_DEPENDENCIES = LIB_SECURITY process_model
# End SUBSYSTEM auth
#######################