mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
cec7c53da9
This is a tiny library, but otherwise the functions end up in multiple other libraries. Andrew Bartlett
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
|
|
bld.SAMBA_LIBRARY('flag_mapping',
|
|
public_deps='talloc replace',
|
|
source='flag_mapping.c',
|
|
private_library=True,
|
|
deps='samba-util-common')
|