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 --- lib/async_req/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/async_req') diff --git a/lib/async_req/wscript_build b/lib/async_req/wscript_build index 352861c958..0de58e478b 100644 --- a/lib/async_req/wscript_build +++ b/lib/async_req/wscript_build @@ -4,6 +4,6 @@ bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ', source='async_sock.c', public_deps='talloc tevent', - deps='UTIL_TEVENT' + deps='tevent-util' ) -- cgit