1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/afs/wscript_build

11 lines
284 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA3_SUBSYSTEM('LIBAFS',
source='afs_funcs.c',
deps='samba-util crypto LIBAFS_SETTOKEN')
bld.SAMBA3_SUBSYSTEM('LIBAFS_SETTOKEN',
source='afs_settoken.c',
deps='samba-util')