summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-02-22 09:19:49 +0100
committerStefan Metzmacher <metze@samba.org>2011-02-22 21:04:23 +0100
commitac4497edae2800c3fc7c40f0e538b936f1965a75 (patch)
tree1408ec365c27c08729fb2580c85c67884dbe1398 /source3/wscript_build
parent56f02e8520095e3ece5787b9f87eb1f222f96344 (diff)
downloadsamba-ac4497edae2800c3fc7c40f0e538b936f1965a75.tar.gz
samba-ac4497edae2800c3fc7c40f0e538b936f1965a75.tar.bz2
samba-ac4497edae2800c3fc7c40f0e538b936f1965a75.zip
s3-waf: make use of LIBCLI_CLDAP subsystem
metze
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build9
1 files changed, 3 insertions, 6 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 0d82cb4186..73cc20d576 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -168,10 +168,6 @@ LIBSMB_SRC0 = '''
LIBSAMBA_SRC = '${LIBSMB_SRC0}'
-CLDAP_SRC = '''libads/cldap.c
- ../libcli/cldap/cldap.c
- ../lib/util/idtree.c'''
-
TLDAP_SRC = '''lib/tldap.c lib/tldap_util.c lib/util_tsock.c'''
SCHANNEL_SRC = '''../libcli/auth/schannel_sign.c'''
@@ -845,8 +841,8 @@ bld.SAMBA3_SUBSYSTEM('LIBDRSUAPI',
vars=locals())
bld.SAMBA3_SUBSYSTEM('CLDAP',
- source=CLDAP_SRC,
- deps='LIBCLI_LDAP_MESSAGE LIBCLI_LDAP_NDR LIBTSOCKET',
+ source='libads/cldap.c',
+ deps='LIBCLI_LDAP_MESSAGE LIBCLI_LDAP_NDR LIBCLI_CLDAP LIBTSOCKET',
vars=locals())
bld.SAMBA3_SUBSYSTEM('SECRETS3',
@@ -1389,6 +1385,7 @@ bld.RECURSE('../lib/async_req')
bld.RECURSE('../libcli/auth')
bld.RECURSE('../libcli/drsuapi')
bld.RECURSE('../libcli/ldap')
+bld.RECURSE('../libcli/cldap')
bld.RECURSE('../libcli/named_pipe_auth')
bld.RECURSE('../libcli/netlogon')
bld.RECURSE('../libcli/samsync')