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
VERSION: Set version to 3.6.0rc3.
[Samba.git]
/
libcli
/
netlogon
/
wscript_build
blob
6c5e57ba67a161be56055a88ae8047ed38430d60
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_SUBSYSTEM
(
'LIBCLI_NDR_NETLOGON'
,
4
source
=
'ndr_netlogon.c'
,
5
public_deps
=
'ndr NDR_SECURITY'
6
)
7
8
bld
.
SAMBA_SUBSYSTEM
(
'LIBCLI_NETLOGON'
,
9
source
=
'netlogon.c'
,
10
public_deps
=
'samba-util LIBCLI_NDR_NETLOGON'
11
)