summaryrefslogtreecommitdiff
path: root/libcli/smb
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-15 12:46:59 +0200
committerStefan Metzmacher <metze@samba.org>2011-11-24 19:02:30 +0100
commit349977e1a071137ca33b831660e8c65c2e580b5f (patch)
tree2f63a6579b4447e58a452d23c1eb7d406abd6016 /libcli/smb
parent84806eceb2d39e2c66d22fd608d47adb51a9c8fb (diff)
downloadsamba-349977e1a071137ca33b831660e8c65c2e580b5f.tar.gz
samba-349977e1a071137ca33b831660e8c65c2e580b5f.tar.bz2
samba-349977e1a071137ca33b831660e8c65c2e580b5f.zip
s3:smb2cli: replace smb2cli_base.c code with the more generic smbXcli_base.c code
metze
Diffstat (limited to 'libcli/smb')
-rw-r--r--libcli/smb/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/smb/wscript_build b/libcli/smb/wscript_build
index 8cb3e60a9f..d1834a48bd 100644
--- a/libcli/smb/wscript_build
+++ b/libcli/smb/wscript_build
@@ -6,6 +6,7 @@ bld.SAMBA_LIBRARY('cli_smb_common',
smb_signing.c smb_seal.c
smb2_create_blob.c smb2_signing.c
util.c read_smb.c
+ smbXcli_base.c
''',
autoproto='smb_common_proto.h',
deps='LIBCRYPTO errors gssapi gensec KRB5_WRAP LIBASYNC_REQ',