summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-05-28 01:28:34 +0200
committerStefan Metzmacher <metze@samba.org>2009-06-03 17:54:40 +0200
commitbfd1f5ddc6022960af669f9d9628fee6a2572b00 (patch)
treed9e8e851086add218ebffe11ee623b00eb177ae4 /source3/Makefile.in
parent4101f539bf6d6db490c2c259f97157348342f556 (diff)
downloadsamba-bfd1f5ddc6022960af669f9d9628fee6a2572b00.tar.gz
samba-bfd1f5ddc6022960af669f9d9628fee6a2572b00.tar.bz2
samba-bfd1f5ddc6022960af669f9d9628fee6a2572b00.zip
s3:smbd: implement SMB2 Write
This only works on file shares. 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 5a29a52c19..689f715f1d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -756,6 +756,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/smb2_close.o \
smbd/smb2_flush.o \
smbd/smb2_read.o \
+ smbd/smb2_write.o \
smbd/smb2_keepalive.o smbd/smb2_signing.o \
$(MANGLE_OBJ) @VFS_STATIC@