From: Jelmer Vernooij Date: Wed, 14 Mar 2012 13:30:50 +0000 (+0100) Subject: samba3util: Add ccan to dependency list now that str_checksum() uses a ccan function. X-Git-Tag: tdb-1.2.10~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26d68c3c288195cfc152915dede47d505bd30b1d;p=thirdparty%2Fsamba.git samba3util: Add ccan to dependency list now that str_checksum() uses a ccan function. Autobuild-User: Jelmer Vernooij Autobuild-Date: Wed Mar 14 17:55:51 CET 2012 on sn-devel-104 --- diff --git a/source3/wscript_build b/source3/wscript_build index 807b1a2b4e3..61093a4184d 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -813,7 +813,7 @@ bld.SAMBA3_SUBSYSTEM('KRBCLIENT', bld.SAMBA3_SUBSYSTEM('samba3util', source=LIB_UTIL_SRC, - deps='ndr security NDR_SECURITY samba-util UTIL_TDB', + deps='ndr security NDR_SECURITY samba-util UTIL_TDB ccan', vars=locals()) bld.SAMBA3_SUBSYSTEM('samba3core',