diff options
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 61c2f40969..c8274ab945 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' ) |