mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
libds: added roles.h for server roles
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>
This commit is contained in:
committed by
Andrew Bartlett
parent
39ded87b45
commit
b1055763d8
@ -3,4 +3,5 @@ bld.SAMBA_LIBRARY('flag_mapping',
|
||||
public_deps='talloc replace',
|
||||
source='flag_mapping.c',
|
||||
private_library=True,
|
||||
public_headers='roles.h',
|
||||
deps='samba-util-common')
|
||||
|
Reference in New Issue
Block a user