diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-19 22:29:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:32 -0500 |
commit | a40d966ff592436be7014c8a83144c0a5901c1fb (patch) | |
tree | 912f63b584f5e378f046fefb015b5453d013b39b /source4/libcli/ldap | |
parent | 6d1fedd199b1108a499cbba9a0db0db440a54644 (diff) | |
download | samba-a40d966ff592436be7014c8a83144c0a5901c1fb.tar.gz samba-a40d966ff592436be7014c8a83144c0a5901c1fb.tar.bz2 samba-a40d966ff592436be7014c8a83144c0a5901c1fb.zip |
r7763: fixed some circular dependencies
(This used to be commit 3bdf89b0f7521ca39d48dc4c32fe96971d4d60fd)
Diffstat (limited to 'source4/libcli/ldap')
-rw-r--r-- | source4/libcli/ldap/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/config.mk b/source4/libcli/ldap/config.mk index 210fb112d3..93665c5152 100644 --- a/source4/libcli/ldap/config.mk +++ b/source4/libcli/ldap/config.mk @@ -7,6 +7,6 @@ ADD_OBJ_FILES = libcli/ldap/ldap.o \ libcli/ldap/ldap_msg.o \ libcli/ldap/ldap_ndr.o \ libcli/ldap/ldap_ildap.o -REQUIRED_SUBSYSTEMS = LIBCLI_UTILS LIBBASIC LIBEVENTS GENSEC SOCKET RPC_NDR_SAMR +REQUIRED_SUBSYSTEMS = LIBCLI_UTILS LIBEVENTS GENSEC SOCKET RPC_NDR_SAMR # End SUBSYSTEM LIBCLI_LDAP ################################# |