|
Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
|
Samba Server: update vendor to version 4.4.3
|
|
File size:
433 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/env python
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | bld.SAMBA_LIBRARY('samba-errors',
|
|---|
| 5 | public_headers='error.h ntstatus.h doserr.h werror.h hresult.h',
|
|---|
| 6 | header_path='core',
|
|---|
| 7 | source='doserr.c errormap.c nterr.c errmap_unix.c hresult.c',
|
|---|
| 8 | public_deps='talloc samba-debug',
|
|---|
| 9 | # private_library=True,
|
|---|
| 10 | pc_files=[],
|
|---|
| 11 | vnum='1',
|
|---|
| 12 | )
|
|---|
| 13 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.