mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
10 lines
189 B
Python
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
|
|
)
|