mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
018f4a5889
Due to library link orders, this is already the function that is being used. However we still need to sort out the duplicate symbol issues, probably by renaming things. Andrew Bartlett
12 lines
351 B
Python
12 lines
351 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-common',
|
|
private_library=True
|
|
)
|
|
|