From 6c60b8be03c195c06301b04a656ff1281be2eb09 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 12:58:31 +1100 Subject: lib: add UTIL_TEVENT to samba_sockets grouping library Pair-Programmed-With: Andrew Bartlett --- lib/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/wscript_build') diff --git a/lib/wscript_build b/lib/wscript_build index 3aee165570..7e4b3ca5bb 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') -- cgit