summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-02 11:40:07 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-02 22:25:49 +0200
commitd37709d38b1260c2fbfbf1bea7cd90dc543d4e6c (patch)
tree4fe7605b72a727a8ace3b2d28d6b9b0ec8cf3e80 /source3/Makefile.in
parent1df9cb6bc9d01c1d3057305dbeb4cb5385323be5 (diff)
downloadsamba-d37709d38b1260c2fbfbf1bea7cd90dc543d4e6c.tar.gz
samba-d37709d38b1260c2fbfbf1bea7cd90dc543d4e6c.tar.bz2
samba-d37709d38b1260c2fbfbf1bea7cd90dc543d4e6c.zip
s3:smbd: add marshalling layer for SMB2 SetInfo 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 bffc896531..c25c20ef41 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -776,6 +776,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/smb2_keepalive.o \
smbd/smb2_notify.o \
smbd/smb2_getinfo.o \
+ smbd/smb2_setinfo.o \
$(MANGLE_OBJ) @VFS_STATIC@
SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \