From 3ef6a5ae9ebefb18755337a83ba5488e8b8edd6e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 14 May 2009 15:32:02 +0200 Subject: s3:smbd: add support for SMB2 Negotiate This is not complete, but a start that makes the samba4 smb2 client happy. metze --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 17558c97f9..53b7a3252a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -748,7 +748,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/dmapi.o smbd/signing.o \ smbd/file_access.o \ smbd/dnsregister.o smbd/globals.o \ - smbd/smb2_server.o \ + smbd/smb2_server.o smbd/smb2_negprot.o \ $(MANGLE_OBJ) @VFS_STATIC@ SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \ -- cgit