s4-events: LIBEVENTS depends on LIBSAMBA-UTIL
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 06:13:26 +0000 (17:13 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:27 +0000 (19:03 +1100)
it needs it for the debug code

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/lib/events/wscript_build

index 371a6cb11f58ea9f3d10332dfe0d3a3c484744f3..836ce9ec2be2316953db96f49da292d3d2fdfd34 100644 (file)
@@ -3,7 +3,7 @@
 
 bld.SAMBA_LIBRARY('LIBEVENTS',
                   source='tevent_s4.c',
+                  deps='LIBSAMBA-UTIL',
                   public_deps='tevent',
                   private_library=True
                   )
-