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

14 lines
316 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='smb2_create_blob.c smb2_signing.c util.c',
autoproto='smb_common_proto.h',
deps='LIBCRYPTO',
public_deps='talloc samba-util',
2011-08-18 15:43:42 +04:00
private_library=True,
public_headers='''smb_common.h smb2_constants.h
smb2_create_blob.h smb2_signing.h
''',
)