summaryrefslogtreecommitdiff
path: root/libcli/util
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-20 20:36:46 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-21 09:36:22 +1000
commit5db74b9607f4a5fc5ecaa8be0d744222cd55153c (patch)
tree7dd4a52766c837b5f56b8be601bf4c93dc473a29 /libcli/util
parentd18491a7bdad69b8035eb7cda4d203cb792742f6 (diff)
downloadsamba-5db74b9607f4a5fc5ecaa8be0d744222cd55153c.tar.gz
samba-5db74b9607f4a5fc5ecaa8be0d744222cd55153c.tar.bz2
samba-5db74b9607f4a5fc5ecaa8be0d744222cd55153c.zip
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
Diffstat (limited to 'libcli/util')
-rw-r--r--libcli/util/wscript_build2
1 files changed, 1 insertions, 1 deletions
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
)