From 688945a994660fa905836b55a995bb90c3e8e67a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 14 May 2009 14:17:28 +0200 Subject: s3:smbd: add infrastructure for SMB2 support This is disabled by default and activated by "max protocol = SMB2". metze --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 31ef29ad15..17558c97f9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -748,6 +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 \ $(MANGLE_OBJ) @VFS_STATIC@ SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \ -- cgit