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
tdb: Make "tdb_purge_dead" internally public
[Samba.git]
/
source4
/
ntvfs
/
common
/
wscript_build
blob
b144472a4960f0cef3b0267dfc66fcb1d020f82d
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_SUBSYSTEM
(
'ntvfs_common'
,
4
source
=
'init.c brlock.c brlock_tdb.c opendb.c opendb_tdb.c notify.c'
,
5
autoproto
=
'proto.h'
,
6
deps
=
'util_tdb tdb-wrap'
,
7
public_deps
=
'NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share'
8
)
9