summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-12 02:12:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:14 -0500
commite27ba5e4c6f684c0fc0f0db9a84164384ff3c0fd (patch)
tree1fc42a7c666674370da0d00918953f827667346b /source4/libcli/smb2/config.mk
parent2b7ee2ceee0a1b2be596a602997908f72a3af14d (diff)
downloadsamba-e27ba5e4c6f684c0fc0f0db9a84164384ff3c0fd.tar.gz
samba-e27ba5e4c6f684c0fc0f0db9a84164384ff3c0fd.tar.bz2
samba-e27ba5e4c6f684c0fc0f0db9a84164384ff3c0fd.zip
r11693: added a full async composite function for SMB2 that does:
- name resolution - socket connect - negprot - multi-stage session setup - tcon (This used to be commit c1a8e866fe6a0544b7b26da451ea093cdcacdd8f)
Diffstat (limited to 'source4/libcli/smb2/config.mk')
-rw-r--r--source4/libcli/smb2/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/smb2/config.mk b/source4/libcli/smb2/config.mk
index a180768694..097ed6df12 100644
--- a/source4/libcli/smb2/config.mk
+++ b/source4/libcli/smb2/config.mk
@@ -6,5 +6,6 @@ OBJ_FILES = \
session.o \
tcon.o \
create.o \
- close.o
+ close.o \
+ connect.o
REQUIRED_SUBSYSTEMS = LIBCLI_RAW LIBPACKET