diff options
author | Kai Blin <kai@samba.org> | 2010-05-31 15:56:30 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-31 15:56:30 +0200 |
commit | c866920c3de0fc75e9939bcc19ff880819a62e07 (patch) | |
tree | c6e55ff63d903da038db0ae0071dfb237993eda9 /source3 | |
parent | 6af6b96b5728d7690979b2d3258eddb48e55bed4 (diff) | |
download | samba-c866920c3de0fc75e9939bcc19ff880819a62e07.tar.gz samba-c866920c3de0fc75e9939bcc19ff880819a62e07.tar.bz2 samba-c866920c3de0fc75e9939bcc19ff880819a62e07.zip |
s3-waf: Fix build after ntlmssp_sign.c moved
Diffstat (limited to 'source3')
-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 4619327c46..17a1352755 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -234,7 +234,8 @@ LIBSMB_ERR_SRC = '${LIBSMB_ERR_SRC0} ${LIBSMB_ERR_SRC1} ${RPC_PARSE_SRC1}' LIBSMB_SRC0 = ''' ../libcli/auth/ntlm_check.c libsmb/ntlmssp.c - libsmb/ntlmssp_sign.c + ../libcli/auth/ntlmssp.c + ../libcli/auth/ntlmssp_sign.c ${LIBNDR_NTLMSSP_SRC} ../libcli/auth/ntlmssp_ndr.c''' |