mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
11 lines
258 B
Python
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',
|
|
)
|