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

10 lines
189 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-07-25 23:24:35 +04:00
private_library=True
)