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:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user