summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-06-02 12:06:34 +0200
committerStefan Metzmacher <metze@samba.org>2009-06-03 17:54:40 +0200
commit0ccef51cbeeebd5712f43ed73ee50c25a4fbf84c (patch)
treefdbfde6863d0cd37654bb4b0118f184e03ace884 /source3/Makefile.in
parentec0553bb6e66eb2125ae81421285e7ea9fa14e06 (diff)
downloadsamba-0ccef51cbeeebd5712f43ed73ee50c25a4fbf84c.tar.gz
samba-0ccef51cbeeebd5712f43ed73ee50c25a4fbf84c.tar.bz2
samba-0ccef51cbeeebd5712f43ed73ee50c25a4fbf84c.zip
s3:smbd: implement SMB2 Flush
This works only on file shares yet. 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 0f3a74f08d..82937f5a07 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -754,6 +754,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/smb2_sesssetup.o smbd/smb2_tcon.o smbd/smb2_glue.o \
smbd/smb2_create.o \
smbd/smb2_close.o \
+ smbd/smb2_flush.o \
smbd/smb2_keepalive.o smbd/smb2_signing.o \
$(MANGLE_OBJ) @VFS_STATIC@