diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-05-02 12:04:32 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-03 07:37:07 +0200 |
commit | b1055763d8b046b42580054e4bc15dc8cb414977 (patch) | |
tree | 5c8b2e55a99c7b45dc2eb418caad958b54b5a5c2 /libds/common/wscript_build | |
parent | 39ded87b45851894f157d2cc800feb402e650420 (diff) | |
download | samba-b1055763d8b046b42580054e4bc15dc8cb414977.tar.gz |
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>
Diffstat (limited to 'libds/common/wscript_build')
-rw-r--r-- | libds/common/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libds/common/wscript_build b/libds/common/wscript_build index 8ee217709c3..33190bb0574 100644 --- a/libds/common/wscript_build +++ b/libds/common/wscript_build @@ -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') |