From 01682f797f755fdd6de5b6096275da7488f0f294 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 15:43:26 +1100 Subject: 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 --- libcli/ldap/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/ldap') 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' ) -- cgit