1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-21 03:33:16 +03:00

r22403: this dependencies should be private

metze
This commit is contained in:
Stefan Metzmacher
2007-04-20 10:57:13 +00:00
committed by Gerald (Jerry) Carter
parent 581f33d920
commit c3cc03ffb2
9 changed files with 17 additions and 16 deletions

View File

@@ -11,8 +11,9 @@ OBJ_FILES = \
ldap_backend.o \
ldap_bind.o \
ldap_extended.o
PRIVATE_DEPENDENCIES = CREDENTIALS
PUBLIC_DEPENDENCIES = \
LIBCLI_LDAP SAMDB process_model auth GENSEC_SOCKET
PRIVATE_DEPENDENCIES = CREDENTIALS \
LIBCLI_LDAP SAMDB \
process_model auth \
GENSEC_SOCKET
# End SUBSYSTEM SMB
#######################