1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-26 23:33:15 +03:00

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
This commit is contained in:
Andrew Bartlett
2011-06-20 20:36:46 +10:00
parent d18491a7bd
commit 5db74b9607
10 changed files with 112 additions and 145 deletions

View File

@@ -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
)