summaryrefslogtreecommitdiff
path: root/libds/common/wscript_build
blob: 33190bb057472c3f8904101045c66e04b10b99a4 (plain)
1
2
3
4
5
6
7

bld.SAMBA_LIBRARY('flag_mapping',
                  public_deps='talloc replace',
                  source='flag_mapping.c',
		  private_library=True,
                  public_headers='roles.h',
		  deps='samba-util-common')