mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
libds: Make flag_mapping a library
This is a tiny library, but otherwise the functions end up in multiple other libraries. Andrew Bartlett
This commit is contained in:
parent
fe458f23ad
commit
cec7c53da9
@ -1,4 +1,6 @@
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('flag_mapping',
|
||||
public_deps='talloc replace',
|
||||
source='flag_mapping.c')
|
||||
bld.SAMBA_LIBRARY('flag_mapping',
|
||||
public_deps='talloc replace',
|
||||
source='flag_mapping.c',
|
||||
private_library=True,
|
||||
deps='samba-util-common')
|
||||
|
Loading…
x
Reference in New Issue
Block a user