repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an additional...
[Samba.git]
/
libcli
/
smb
/
wscript_build
blob
6796b4c7fb707a0b55405c73665451ee3e9c96d5
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_SUBSYSTEM
(
'LIBCLI_SMB_COMMON'
,
5
source
=
'smb2_create_blob.c'
,
6
autoproto
=
'smb_common_proto.h'
,
7
public_deps
=
'talloc'
8
)
9