summaryrefslogtreecommitdiff
path: root/libds/common/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-05-02 12:04:32 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-03 07:37:07 +0200
commitb1055763d8b046b42580054e4bc15dc8cb414977 (patch)
tree5c8b2e55a99c7b45dc2eb418caad958b54b5a5c2 /libds/common/wscript_build
parent39ded87b45851894f157d2cc800feb402e650420 (diff)
downloadsamba-b1055763d8b046b42580054e4bc15dc8cb414977.tar.gz
samba-b1055763d8b046b42580054e4bc15dc8cb414977.tar.bz2
samba-b1055763d8b046b42580054e4bc15dc8cb414977.zip
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_build1
1 files changed, 1 insertions, 0 deletions
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')