From cec7c53da955ade9a218fdf0aaa44568d2417eb7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 8 Apr 2011 13:18:14 +1000 Subject: libds: Make flag_mapping a library This is a tiny library, but otherwise the functions end up in multiple other libraries. Andrew Bartlett --- libds/common/wscript_build | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libds/common/wscript_build') diff --git a/libds/common/wscript_build b/libds/common/wscript_build index f6ed2091a5..8ee217709c 100644 --- a/libds/common/wscript_build +++ b/libds/common/wscript_build @@ -1,4 +1,6 @@ -bld.SAMBA_SUBSYSTEM('flag_mapping', - public_deps='talloc replace', - source='flag_mapping.c') +bld.SAMBA_LIBRARY('flag_mapping', + public_deps='talloc replace', + source='flag_mapping.c', + private_library=True, + deps='samba-util-common') -- cgit