From d84a2aeb6405f37d485a2108c05c932518dcd272 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 10 Aug 2010 11:39:04 +0200 Subject: s3: fix the waf build. Guenther --- source3/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') 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}' -- cgit