lib: add UTIL_TEVENT to samba_sockets grouping library
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 01:58:31 +0000 (12:58 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:25 +0000 (19:03 +1100)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

lib/wscript_build

index 3aee1655707b84f7ac86d98a0f63cd988f378afc..7e4b3ca5bba6fa1f4dac83de5221fca92fce97cd 100644 (file)
@@ -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')