summaryrefslogtreecommitdiff
path: root/source4/lib/events
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 17:13:26 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:27 +1100
commit6ce4125bbe364743596d1e087f7a94e810605421 (patch)
treee92df22500ce93e465cefd5e26cf1025cbe3e71f /source4/lib/events
parent56640a8501625d29745269fcddc1980c6b751a2a (diff)
downloadsamba-6ce4125bbe364743596d1e087f7a94e810605421.tar.gz
s4-events: LIBEVENTS depends on LIBSAMBA-UTIL
it needs it for the debug code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/lib/events')
-rw-r--r--source4/lib/events/wscript_build2
1 files changed, 1 insertions, 1 deletions
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
)
-