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: smbd: Now we have shown dst_dirfsp is always NULL, remove the parameter from...
[Samba.git]
/
source4
/
winbind
/
wscript_build
blob
be10cb5e73704acd34a8bbc76d9d8c93ca70d33c
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_MODULE
(
'service_winbindd'
,
5
source
=
'winbindd.c'
,
6
subsystem
=
'service'
,
7
init_function
=
'server_service_winbindd_init'
,
8
deps
=
'process_model UTIL_RUNCMD'
,
9
internal_module
=
False
,
10
)
11
12
13
bld
.
SAMBA_SUBSYSTEM
(
'IDMAP'
,
14
source
=
'idmap.c'
,
15
autoproto
=
'idmap_proto.h'
,
16
public_deps
=
'samdb-common ldbsamba'
17
)
18