summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-02 19:26:05 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-02 22:25:49 +0200
commit909d42278a80bb463108e3716053da7155301753 (patch)
tree6625ca70599cf220f52bfc1d748756db94bb4d27 /source3/Makefile.in
parentc281638bc4e0dfbad8365a6354fded749960835d (diff)
downloadsamba-909d42278a80bb463108e3716053da7155301753.tar.gz
samba-909d42278a80bb463108e3716053da7155301753.tar.bz2
samba-909d42278a80bb463108e3716053da7155301753.zip
s3:smbd: add marshalling layer for SMB2 Lock support
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 904188db6d..01ab5f0a58 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -772,6 +772,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/smb2_flush.o \
smbd/smb2_read.o \
smbd/smb2_write.o \
+ smbd/smb2_lock.o \
smbd/smb2_ioctl.o \
smbd/smb2_keepalive.o \
smbd/smb2_find.o \