1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/libcli/smb/wscript_build

16 lines
452 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
2011-07-25 23:24:35 +04:00
bld.SAMBA_LIBRARY('cli_smb_common',
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 LIBASYNC_REQ',
public_deps='talloc samba-util',
2011-08-18 15:43:42 +04:00
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
''',
)