From: Andrew Tridgell Date: Thu, 21 Oct 2010 01:58:31 +0000 (+1100) Subject: lib: add UTIL_TEVENT to samba_sockets grouping library X-Git-Url: http://git.samba.org/?p=abartlet%2Fsamba.git%2F.git;a=commitdiff_plain;h=6c60b8be03c195c06301b04a656ff1281be2eb09 lib: add UTIL_TEVENT to samba_sockets grouping library Pair-Programmed-With: Andrew Bartlett --- diff --git a/lib/wscript_build b/lib/wscript_build index 3aee1655707..7e4b3ca5bba 100644 --- a/lib/wscript_build +++ b/lib/wscript_build @@ -31,4 +31,4 @@ bld.SAMBA_LIBRARY('samba_sockets', source=[], private_library=True, grouping_library=True, - deps='LIBTSOCKET samba_socket') + deps='LIBTSOCKET samba_socket UTIL_TEVENT')