diff options
author | Günther Deschner <gd@samba.org> | 2010-12-14 17:47:46 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-12-14 22:42:19 +0100 |
commit | 3e6d507246705be877eda61c38868ef29bef6265 (patch) | |
tree | 32daa1d395c479088947db6a5437448b6e5cd645 /source3/wscript_build | |
parent | f2bd9e52b80a1059f4eb22d9aa85097afe939e16 (diff) | |
download | samba-3e6d507246705be877eda61c38868ef29bef6265.tar.gz samba-3e6d507246705be877eda61c38868ef29bef6265.tar.bz2 samba-3e6d507246705be877eda61c38868ef29bef6265.zip |
s3-waf: recurse into ../libcli/smb.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index ccf227e4d3..75db1093f6 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -458,7 +458,6 @@ SMBD_SRC_SRV = '''smbd/server_reload.c smbd/files.c smbd/connection.c smbd/smb2_getinfo.c smbd/smb2_setinfo.c smbd/smb2_break.c - ../libcli/smb/smb2_create_blob.c ${MANGLE_SRC}''' SMBD_SRC_BASE = '''${SMBD_SRC_SRV} @@ -972,6 +971,7 @@ bld.SAMBA_SUBSYSTEM('SMBD_BASE', LIBSMBCONF REG_FULL FNAME_UTIL LIBCLI_SAMR LIBCLI_LSA LIBCLI_NETLOGON LIBCLI_SPOOLSS RPCCLI_SRVSVC NAMED_PIPE_AUTH_TSTREAM INIT_NETLOGON INIT_SAMR + LIBCLI_SMB_COMMON ''', vars=locals()) @@ -1517,6 +1517,7 @@ bld.RECURSE('../libcli/auth') bld.RECURSE('../libcli/drsuapi') bld.RECURSE('../libcli/samsync') bld.RECURSE('../libcli/named_pipe_auth') +bld.RECURSE('../libcli/smb') bld.RECURSE('modules') bld.RECURSE('auth') bld.RECURSE('passdb') |