source: vendor/current/lib/afs/wscript_build

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 284 bytes
Line 
1#!/usr/bin/env python
2
3bld.SAMBA3_SUBSYSTEM('LIBAFS',
4 source='afs_funcs.c',
5 deps='samba-util crypto LIBAFS_SETTOKEN')
6
7bld.SAMBA3_SUBSYSTEM('LIBAFS_SETTOKEN',
8 source='afs_settoken.c',
9 deps='samba-util')
10
Note: See TracBrowser for help on using the repository browser.