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
vfs_ceph_new: Remove unused symbol for ceph_readdir
[Samba.git]
/
source4
/
ntp_signd
/
wscript_build
blob
4349df04c5a0aca4847d67b1881c813b1f55bd42
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_MODULE
(
'service_ntp_signd'
,
4
source
=
'ntp_signd.c'
,
5
subsystem
=
'service'
,
6
init_function
=
'server_service_ntp_signd_init'
,
7
deps
=
'samdb NDR_NTP_SIGND LIBTSOCKET LIBSAMBA_TSOCKET GNUTLS_HELPERS samdb-common'
,
8
internal_module
=
False
,
9
enabled
=
bld
.
AD_DC_BUILD_IS_ENABLED
()
10
)