summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-02 10:17:30 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-02 22:25:48 +0200
commit1df9cb6bc9d01c1d3057305dbeb4cb5385323be5 (patch)
treef1e63d121a6e833953547733d08f153c23ede6ea /source3/Makefile.in
parentc4416684f148f494a103fc85a0d54d0e16059735 (diff)
downloadsamba-1df9cb6bc9d01c1d3057305dbeb4cb5385323be5.tar.gz
samba-1df9cb6bc9d01c1d3057305dbeb4cb5385323be5.tar.bz2
samba-1df9cb6bc9d01c1d3057305dbeb4cb5385323be5.zip
s3:smbd: add marshalling layer for SMB2 GetInfo 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 11fd285b10..bffc896531 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -775,6 +775,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/smb2_ioctl.o \
smbd/smb2_keepalive.o \
smbd/smb2_notify.o \
+ smbd/smb2_getinfo.o \
$(MANGLE_OBJ) @VFS_STATIC@
SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \