mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
5db74b9607
All of this code is now in common, so we don't need the second '-common' library any more! Andrew Bartlett
12 lines
344 B
Python
12 lines
344 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
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',
|
|
private_library=True
|
|
)
|
|
|