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/util/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/util') diff --git a/lib/util/wscript_build b/lib/util/wscript_build index ee963ad971..82af65c010 100755 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -48,12 +48,13 @@ bld.SAMBA_LIBRARY('UTIL_TDB', private_library=True ) -bld.SAMBA_SUBSYSTEM('UTIL_TEVENT', +bld.SAMBA_LIBRARY('tevent-util', source='tevent_unix.c tevent_ntstatus.c tevent_werror.c', local_include=False, public_deps='tevent', public_headers='tevent_ntstatus.h tevent_unix.h tevent_werror.h', header_path=[ ('*', 'util') ], + vnum='0.0.1' ) -- cgit