diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 17:13:26 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:27 +1100 |
commit | 6ce4125bbe364743596d1e087f7a94e810605421 (patch) | |
tree | e92df22500ce93e465cefd5e26cf1025cbe3e71f /source4/lib/events | |
parent | 56640a8501625d29745269fcddc1980c6b751a2a (diff) | |
download | samba-6ce4125bbe364743596d1e087f7a94e810605421.tar.gz samba-6ce4125bbe364743596d1e087f7a94e810605421.tar.bz2 samba-6ce4125bbe364743596d1e087f7a94e810605421.zip |
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_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/events/wscript_build b/source4/lib/events/wscript_build index 371a6cb11f..836ce9ec2b 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 ) - |