summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-05-05 18:12:07 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-08 01:22:19 +0200
commitf21720773fc24424921b6731d0b07df38d00d3e0 (patch)
tree27c572b04efed6c6bab24ef72f53d322d62c1852 /source3/Makefile.in
parent4efc85c6f152ef8cf93e76389659fd8eb019a0ee (diff)
downloadsamba-f21720773fc24424921b6731d0b07df38d00d3e0.tar.gz
samba-f21720773fc24424921b6731d0b07df38d00d3e0.tar.bz2
samba-f21720773fc24424921b6731d0b07df38d00d3e0.zip
s3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()
Based on the initial patch from Volker Lendecke <vl@samba.org>. 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 8f5d38b057..4f944a5f34 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -603,6 +603,7 @@ LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \
libsmb/smb2cli_base.o \
libsmb/smb2cli_negprot.o \
libsmb/smb2cli_session.o \
+ libsmb/smb2cli_tcon.o \
libsmb/cli_np_tstream.o \
libsmb/smbsock_connect.o \
$(LIBSAMBA_OBJ) \