diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-18 14:24:31 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:27 +0100 |
commit | f77680de22c3c9ac399a78c95be39bfa79e07b8f (patch) | |
tree | ee2e7d4044e9da027ac830f2a2434ac9e36a471d /source3 | |
parent | b111375b4c1f8421a37364c343c31614915e4f64 (diff) | |
download | samba-f77680de22c3c9ac399a78c95be39bfa79e07b8f.tar.gz samba-f77680de22c3c9ac399a78c95be39bfa79e07b8f.tar.bz2 samba-f77680de22c3c9ac399a78c95be39bfa79e07b8f.zip |
s3-waf: Add missing depcendencies to smbconf.
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index c9a6265bb0..047f09c707 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') |