summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-20 11:00:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:14 -0500
commit44760c3e6f206a24a298406f88354a069c36245c (patch)
tree413d34785e11d71cbebe721b8d4ddcf83bac5fa3 /source4/auth/config.mk
parent35ffca89326aec48f755c0b1db52826dab3dced7 (diff)
downloadsamba-44760c3e6f206a24a298406f88354a069c36245c.tar.gz
samba-44760c3e6f206a24a298406f88354a069c36245c.tar.bz2
samba-44760c3e6f206a24a298406f88354a069c36245c.zip
r22404: more dependencies which should be private
metze (This used to be commit e0e35965d1eaab182941d17da744b70c4234ca52)
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index a9e29114fa..e75f36bdda 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -16,7 +16,7 @@ PUBLIC_DEPENDENCIES = SAMDB
INIT_FUNCTION = auth_sam_init
SUBSYSTEM = auth
OBJ_FILES = auth_sam.o
-PUBLIC_DEPENDENCIES = \
+PRIVATE_DEPENDENCIES = \
SAMDB auth_sam
# End MODULE auth_sam
#######################
@@ -36,7 +36,7 @@ OBJ_FILES = auth_anonymous.o
INIT_FUNCTION = auth_winbind_init
SUBSYSTEM = auth
OBJ_FILES = auth_winbind.o
-PUBLIC_DEPENDENCIES = NDR_WINBIND MESSAGING LIBWINBIND-CLIENT
+PRIVATE_DEPENDENCIES = NDR_WINBIND MESSAGING LIBWINBIND-CLIENT
# End MODULE auth_winbind
#######################
@@ -55,7 +55,7 @@ OBJ_FILES = auth_developer.o
INIT_FUNCTION = auth_unix_init
SUBSYSTEM = auth
OBJ_FILES = auth_unix.o
-PUBLIC_DEPENDENCIES = CRYPT PAM PAM_ERRORS
+PRIVATE_DEPENDENCIES = CRYPT PAM PAM_ERRORS
# End MODULE auth_unix
#######################