smb2_server: add and use a function that calculated the remaining channels
[gd/samba-autobuild/.git] / lib / afs / wscript_build
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