From b1055763d8b046b42580054e4bc15dc8cb414977 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 2 May 2011 12:04:32 +1000 Subject: 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 --- libds/common/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'libds/common/wscript_build') diff --git a/libds/common/wscript_build b/libds/common/wscript_build index 8ee217709c..33190bb057 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') -- cgit