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

11 lines
258 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 util.c',
autoproto='smb_common_proto.h',
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',
)