diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-05 04:22:16 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-05 12:41:04 +1000 |
commit | 13c651cf298d815333423b10a2d7d699099c20f3 (patch) | |
tree | 5c7c3d63309c54143ba55c5a9abd017827605200 /librpc/wscript_build | |
parent | 399c0dba01b4337f5483bf03c99d28a3486e7981 (diff) | |
download | samba-13c651cf298d815333423b10a2d7d699099c20f3.tar.gz samba-13c651cf298d815333423b10a2d7d699099c20f3.tar.bz2 samba-13c651cf298d815333423b10a2d7d699099c20f3.zip |
build: Add missing dep on UTIL_TEVENT
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r-- | librpc/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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) |