1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/libds/common/wscript_build
Andrew Bartlett cec7c53da9 libds: Make flag_mapping a library
This is a tiny library, but otherwise the functions end up in multiple
other libraries.

Andrew Bartlett
2011-04-13 11:47:37 +10:00

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')