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
ldb_tdb: Provide struct ltdb_private to index routines
[Samba.git]
/
lib
/
afs
/
wscript_build
blob
d584a170289959a29aa4be03fb39c4ec5380599c
1
#!/usr/bin/env python
2
3
bld
.
SAMBA3_SUBSYSTEM
(
'LIBAFS'
,
4
source
=
'afs_funcs.c'
,
5
deps
=
'samba-util crypto LIBAFS_SETTOKEN'
)
6
7
bld
.
SAMBA3_SUBSYSTEM
(
'LIBAFS_SETTOKEN'
,
8
source
=
'afs_settoken.c'
,
9
deps
=
'samba-util'
)
10