From 13c651cf298d815333423b10a2d7d699099c20f3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 5 Jul 2011 04:22:16 +0200 Subject: build: Add missing dep on UTIL_TEVENT --- librpc/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/wscript_build') diff --git a/librpc/wscript_build b/librpc/wscript_build index a68ce477dd..824274153d 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -589,5 +589,5 @@ bld.SAMBA_LIBRARY('ndr', bld.SAMBA_LIBRARY('rpccommon', source='rpc/dcerpc_error.c rpc/binding.c rpc/dcerpc_util.c rpc/binding_handle.c', - deps='ndr tevent NDR_DCERPC LIBTSOCKET', + deps='ndr tevent NDR_DCERPC LIBTSOCKET UTIL_TEVENT', private_library=True) -- cgit