From 6ce4125bbe364743596d1e087f7a94e810605421 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 17:13:26 +1100 Subject: [PATCH] s4-events: LIBEVENTS depends on LIBSAMBA-UTIL it needs it for the debug code Pair-Programmed-With: Andrew Bartlett --- source4/lib/events/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/events/wscript_build b/source4/lib/events/wscript_build index 371a6cb11f5..836ce9ec2be 100644 --- a/source4/lib/events/wscript_build +++ b/source4/lib/events/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_LIBRARY('LIBEVENTS', source='tevent_s4.c', + deps='LIBSAMBA-UTIL', public_deps='tevent', private_library=True ) - -- 2.34.1