repo.or.cz
/
Samba
/
gebeck_regimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3:libsmb/clitrans: use uint32_t for param and data variables
[Samba/gebeck_regimport.git]
/
auth
/
wscript_build
blob
0472a20a01278a08a5c8caa17845a18b9ce87f83
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_LIBRARY
(
'auth_sam_reply'
,
4
source
=
'auth_sam_reply.c'
,
5
deps
=
'talloc security samba-util'
,
6
autoproto
=
'auth_sam_reply.h'
,
7
private_library
=
True
8
)