mirror of
https://github.com/samba-team/samba.git
synced 2025-01-18 06:04:06 +03:00
f1ec28827f
This takes the Samba4 version, with the NT_STATUS_IS_DOS() check. This will be used in smbd/error.c shortly. Andrew Bartlett
9 lines
118 B
Python
9 lines
118 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBCLI_ERRORS',
|
|
source='doserr.c errormap.c',
|
|
public_deps='talloc'
|
|
)
|
|
|