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 --- libcli/util/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/util') diff --git a/libcli/util/wscript_build b/libcli/util/wscript_build index a364d30f03..43c6cec787 100644 --- a/libcli/util/wscript_build +++ b/libcli/util/wscript_build @@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('errors', public_headers='error.h ntstatus.h doserr.h werror.h', header_path='core', source='doserr.c errormap.c nterr.c errmap_unix.c', - public_deps='talloc samba-util-common', + public_deps='talloc samba-util', private_library=True ) -- cgit