1
0
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:
Andrew Bartlett 2011-04-08 13:18:14 +10:00 committed by Andrew Tridgell
parent fe458f23ad
commit cec7c53da9

View File

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