mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
b1055763d8
this will allow us to move the server roles in common, which will make it much easier to mix s3/s4 calls in the one C file Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
8 lines
226 B
Plaintext
8 lines
226 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-common')
|