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
selftest/Samba4: make more use of get_cmd_env_vars()
[Samba.git]
/
source4
/
torture
/
libnetapi
/
wscript_build
blob
4f579c9820d8e0923630e4ccef1ff0b1ba59bb0b
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_MODULE
(
'TORTURE_LIBNETAPI'
,
4
source
=
'libnetapi.c libnetapi_user.c libnetapi_group.c libnetapi_server.c'
,
5
autoproto
=
'proto.h'
,
6
subsystem
=
'smbtorture'
,
7
init_function
=
'torture_libnetapi_init'
,
8
deps
=
'POPT_CREDENTIALS netapi'
,
9
internal_module
=
True
,
10
)
11