diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-20 10:57:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:14 -0500 |
commit | 35ffca89326aec48f755c0b1db52826dab3dced7 (patch) | |
tree | 518cfcf549e25a18a035473ae7843c26d4d7598d /source4/ldap_server | |
parent | 8a33415f115c8e2afd78021370b5203f78e1b2f8 (diff) | |
download | samba-35ffca89326aec48f755c0b1db52826dab3dced7.tar.gz samba-35ffca89326aec48f755c0b1db52826dab3dced7.tar.bz2 samba-35ffca89326aec48f755c0b1db52826dab3dced7.zip |
r22403: this dependencies should be private
metze
(This used to be commit c3cc03ffb290cb7c1eba51e98c52e5e7c1aba5fb)
Diffstat (limited to 'source4/ldap_server')
-rw-r--r-- | source4/ldap_server/config.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/ldap_server/config.mk b/source4/ldap_server/config.mk index 013be57396..9aa7aae9f0 100644 --- a/source4/ldap_server/config.mk +++ b/source4/ldap_server/config.mk @@ -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 ####################### |