repo.or.cz
/
Samba
/
vl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
talloc: Fix copy&paste errors
[Samba/vl.git]
/
libcli
/
util
/
wscript_build
blob
43c6cec78732fd2667326977bfaa0a7d29df4340
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_LIBRARY
(
'errors'
,
5
public_headers
=
'error.h ntstatus.h doserr.h werror.h'
,
6
header_path
=
'core'
,
7
source
=
'doserr.c errormap.c nterr.c errmap_unix.c'
,
8
public_deps
=
'talloc samba-util'
,
9
private_library
=
True
10
)
11