summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-06-02 13:42:28 +0200
committerStefan Metzmacher <metze@samba.org>2009-06-03 17:54:40 +0200
commitec0553bb6e66eb2125ae81421285e7ea9fa14e06 (patch)
treeaaa2435b4d23401fa3c40104c69333b1ea5685de /source3/Makefile.in
parent261c59e3a1ce9edc8c5db74e91a58988ebab6712 (diff)
downloadsamba-ec0553bb6e66eb2125ae81421285e7ea9fa14e06.tar.gz
samba-ec0553bb6e66eb2125ae81421285e7ea9fa14e06.tar.bz2
samba-ec0553bb6e66eb2125ae81421285e7ea9fa14e06.zip
s3:smbd: implement SMB2 Close
metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 0430656382..0f3a74f08d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -753,6 +753,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.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_close.o \
smbd/smb2_keepalive.o smbd/smb2_signing.o \
$(MANGLE_OBJ) @VFS_STATIC@