source:
vendor/current/lib/afs/wscript_build
Last change on this file was 988, checked in by , 9 years ago | |
---|---|
File size: 284 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.