summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-05-15 11:50:20 +0200
committerStefan Metzmacher <metze@samba.org>2009-05-22 14:03:13 +0200
commit7dfbb2835f395105982c8e42529c468de3cffcb4 (patch)
tree07b9780561b941fa9f80d7ebb31c85c029bc9541 /source3/Makefile.in
parent7749647740e945cf63e3df76545c04129d592429 (diff)
downloadsamba-7dfbb2835f395105982c8e42529c468de3cffcb4.tar.gz
samba-7dfbb2835f395105982c8e42529c468de3cffcb4.tar.bz2
samba-7dfbb2835f395105982c8e42529c468de3cffcb4.zip
s3:smbd: implement SMB2 Tree Connect
For now this only checks if the share is present or not. metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 68d5488771..1ad1f5acc2 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -749,7 +749,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/file_access.o \
smbd/dnsregister.o smbd/globals.o \
smbd/smb2_server.o smbd/smb2_negprot.o \
- smbd/smb2_sesssetup.o \
+ smbd/smb2_sesssetup.o smbd/smb2_tcon.o \
smbd/smb2_keepalive.o \
$(MANGLE_OBJ) @VFS_STATIC@