summaryrefslogtreecommitdiff
path: root/libcli/smb/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-10-24 08:42:10 +0200
committerStefan Metzmacher <metze@samba.org>2011-10-24 10:18:06 +0200
commit7ebd4337acfeeb69ffbf615a0220d0d338705849 (patch)
tree82022e57f61b4944ed10dddcda388c8fa70cbb4f /libcli/smb/wscript_build
parent6e2ecaf77d789262aa417b751046e2bed15bf8fa (diff)
downloadsamba-7ebd4337acfeeb69ffbf615a0220d0d338705849.tar.gz
samba-7ebd4337acfeeb69ffbf615a0220d0d338705849.tar.bz2
samba-7ebd4337acfeeb69ffbf615a0220d0d338705849.zip
libcli/smb: move source3/libsmb/read_smb.* to the toplevel
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 24 10:18:06 CEST 2011 on sn-devel-104
Diffstat (limited to 'libcli/smb/wscript_build')
-rw-r--r--libcli/smb/wscript_build5
1 files changed, 3 insertions, 2 deletions
diff --git a/libcli/smb/wscript_build b/libcli/smb/wscript_build
index 63349586f4..9339b96044 100644
--- a/libcli/smb/wscript_build
+++ b/libcli/smb/wscript_build
@@ -2,13 +2,14 @@
bld.SAMBA_LIBRARY('cli_smb_common',
- source='smb_seal.c smb2_create_blob.c smb2_signing.c util.c',
+ source='smb_seal.c smb2_create_blob.c smb2_signing.c util.c read_smb.c',
autoproto='smb_common_proto.h',
- deps='LIBCRYPTO errors gssapi gensec KRB5_WRAP',
+ deps='LIBCRYPTO errors gssapi gensec KRB5_WRAP LIBASYNC_REQ',
public_deps='talloc samba-util',
private_library=True,
public_headers='''smb_common.h smb2_constants.h smb_constants.h
smb_seal.h
smb2_create_blob.h smb2_signing.h smb_util.h smb_unix_ext.h
+ read_smb.h
''',
)