From af5f494bd2defe598dd8530359a249e0dd5ae20e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 29 Jul 2011 17:01:38 +1000 Subject: build: provide tevent-util as a public library This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett --- libcli/cldap/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/cldap/wscript_build') diff --git a/libcli/cldap/wscript_build b/libcli/cldap/wscript_build index c6257b2ae0..889c0af7c5 100644 --- a/libcli/cldap/wscript_build +++ b/libcli/cldap/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_LIBRARY('cli_cldap', source='cldap.c', public_deps='cli-ldap', - deps='LIBTSOCKET samba-util UTIL_TEVENT ldb LIBCLI_NETLOGON', + deps='LIBTSOCKET samba-util tevent-util ldb LIBCLI_NETLOGON', private_library=True ) -- cgit