diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-28 15:43:26 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:12 +1000 |
commit | 01682f797f755fdd6de5b6096275da7488f0f294 (patch) | |
tree | 46a73e8799be702a102ed301ba01e797f460204c /libcli/ldap | |
parent | c2d17cf978cb2d5275b2915fb0a87daa79acc28b (diff) | |
download | samba-01682f797f755fdd6de5b6096275da7488f0f294.tar.gz |
s4-waf: fixed some deps now we don't auto-include tevent and replace
this is preparation for being able to use system versions of these
libraries
Diffstat (limited to 'libcli/ldap')
-rw-r--r-- | libcli/ldap/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/ldap/wscript_build b/libcli/ldap/wscript_build index 61c2f409699..c8274ab9454 100644 --- a/libcli/ldap/wscript_build +++ b/libcli/ldap/wscript_build @@ -12,6 +12,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_NDR', source='ldap_ndr.c', public_deps='LIBSAMBA-ERRORS talloc', public_headers='ldap_ndr.h', - deps='LIBSAMBA-UTIL ldb NDR_MISC NDR_SECURITY' + deps='LIBSAMBA-UTIL ldb NDR_MISC NDR_SECURITY tevent' ) |