From 5db74b9607f4a5fc5ecaa8be0d744222cd55153c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 20 Jun 2011 20:36:46 +1000 Subject: lib/util Remove samba-util-common! All of this code is now in common, so we don't need the second '-common' library any more! Andrew Bartlett --- libds/common/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libds/common/wscript_build') diff --git a/libds/common/wscript_build b/libds/common/wscript_build index 33190bb057..d7f8acb73d 100644 --- a/libds/common/wscript_build +++ b/libds/common/wscript_build @@ -4,4 +4,4 @@ bld.SAMBA_LIBRARY('flag_mapping', source='flag_mapping.c', private_library=True, public_headers='roles.h', - deps='samba-util-common') + deps='samba-util') -- cgit