From 261c59e3a1ce9edc8c5db74e91a58988ebab6712 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 28 May 2009 00:07:26 +0200 Subject: s3:smbd: implement a simple version of SMB2 Create It only work on file shares and just ignores any additional Create Context Values. 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 eb3761d49c..0430656382 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -752,6 +752,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/dnsregister.o smbd/globals.o \ smbd/smb2_server.o smbd/smb2_negprot.o \ smbd/smb2_sesssetup.o smbd/smb2_tcon.o smbd/smb2_glue.o \ + smbd/smb2_create.o \ smbd/smb2_keepalive.o smbd/smb2_signing.o \ $(MANGLE_OBJ) @VFS_STATIC@ -- cgit