1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/libcli/smb/wscript_build
2011-08-18 13:43:42 +02:00

11 lines
258 B
Python

#!/usr/bin/env python
bld.SAMBA_LIBRARY('cli_smb_common',
source='smb2_create_blob.c util.c',
autoproto='smb_common_proto.h',
public_deps='talloc samba-util',
private_library=True,
public_headers='smb_common.h smb2_constants.h smb2_create_blob.h',
)