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
2011-07-26 13:31:08 +02:00

10 lines
189 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
)