1
0
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:
Andrew Tridgell
2011-05-02 12:04:32 +10:00
committed by Andrew Bartlett
parent 39ded87b45
commit b1055763d8
2 changed files with 43 additions and 0 deletions

View File

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