diff options
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 1babb54db8..7f5414d4c1 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -245,7 +245,8 @@ LIBSMB_SRC0 = ''' ../libcli/auth/ntlmssp.c ../libcli/auth/ntlmssp_sign.c ${LIBNDR_NTLMSSP_SRC} - ../libcli/auth/ntlmssp_ndr.c''' + ../libcli/auth/ntlmssp_ndr.c + ../libcli/auth/ntlmssp_server.c''' LIBSAMBA_SRC = '${LIBSMB_SRC0}' |