summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-02 11:56:23 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-02 22:25:49 +0200
commit74860465ac3148ccb019a9824948cb278a31fa1a (patch)
tree2e585ed1dafc104b123ef0758d9ded22557f02f3 /source3/Makefile.in
parentd37709d38b1260c2fbfbf1bea7cd90dc543d4e6c (diff)
downloadsamba-74860465ac3148ccb019a9824948cb278a31fa1a.tar.gz
samba-74860465ac3148ccb019a9824948cb278a31fa1a.tar.bz2
samba-74860465ac3148ccb019a9824948cb278a31fa1a.zip
s3:smbd: add marshalling layer for SMB2 Break support (SMB 2.002 only)
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 c25c20ef41..8ee73c0848 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -777,6 +777,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/smb2_notify.o \
smbd/smb2_getinfo.o \
smbd/smb2_setinfo.o \
+ smbd/smb2_break.o \
$(MANGLE_OBJ) @VFS_STATIC@
SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \