mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
5db74b9607
All of this code is now in common, so we don't need the second '-common' library any more! Andrew Bartlett
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
|
|
bld.SAMBA_LIBRARY('flag_mapping',
|
|
public_deps='talloc replace',
|
|
source='flag_mapping.c',
|
|
private_library=True,
|
|
public_headers='roles.h',
|
|
deps='samba-util')
|