diff options
author | Günther Deschner <gd@samba.org> | 2010-08-10 11:39:04 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-10 11:56:33 +0200 |
commit | d84a2aeb6405f37d485a2108c05c932518dcd272 (patch) | |
tree | 62721fed65a4da0cf58f0322e7a34bb9c6925835 /source3 | |
parent | 1e83b36afb67c43d99c4fdd2a8eba0da5da5b95e (diff) | |
download | samba-d84a2aeb6405f37d485a2108c05c932518dcd272.tar.gz samba-d84a2aeb6405f37d485a2108c05c932518dcd272.tar.bz2 samba-d84a2aeb6405f37d485a2108c05c932518dcd272.zip |
s3: fix the waf build.
Guenther
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}' |