From f77680de22c3c9ac399a78c95be39bfa79e07b8f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 18 Jan 2012 14:24:31 +0100 Subject: [PATCH] s3-waf: Add missing depcendencies to smbconf. --- source3/wscript_build | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/source3/wscript_build b/source3/wscript_build index c9a6265bb04..047f09c707a 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -876,9 +876,21 @@ bld.SAMBA3_SUBSYSTEM('LIBAFS_SETTOKEN', bld.SAMBA3_LIBRARY('smbconf', source=LIB_SMBCONF_SRC, - deps='''LIBSMBCONF smbregistry REG_SMBCONF talloc param - util_reg samba-util errors3 charset SAMBA_VERSION - cli_smb_common''', + deps=''' + CHARSET3 + LIBSMBCONF + REG_SMBCONF + SAMBA_VERSION + cap + charset + cli_smb_common + errors3 + param + samba-util + smbregistry + string_init + talloc + util_reg''', public_headers='../lib/smbconf/smbconf.h', pc_files=[], vnum='0') -- 2.11.4.GIT