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: Fix clear_if_first for the async echo handler
[Samba/gebeck_regimport.git]
/
source4
/
lib
/
samba3
/
wscript_build
blob
98248c9e17c15d05ee219a80c7b70c14b96d618b
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_LIBRARY
(
'smbpasswdparser'
,
5
source
=
'smbpasswd.c'
,
6
deps
=
'samba-util'
,
7
private_library
=
True
8
)
9