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: Factor out db_ctdb_can_use_local_hdr from db_ctdb_can_use_local_copy
[Samba/gebeck_regimport.git]
/
source4
/
torture
/
libsmbclient
/
wscript_build
blob
40c7932a208be187b035f89e57642309b56a0d2d
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_MODULE
(
'TORTURE_LIBSMBCLIENT'
,
5
source
=
'libsmbclient.c'
,
6
autoproto
=
'proto.h'
,
7
subsystem
=
'smbtorture'
,
8
init_function
=
'torture_libsmbclient_init'
,
9
deps
=
'POPT_CREDENTIALS smbclient'
,
10
internal_module
=
True
11
)
12
13
14