From 35ffca89326aec48f755c0b1db52826dab3dced7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 20 Apr 2007 10:57:13 +0000 Subject: r22403: this dependencies should be private metze (This used to be commit c3cc03ffb290cb7c1eba51e98c52e5e7c1aba5fb) --- source4/ldap_server/config.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source4/ldap_server') 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 ####################### -- cgit