mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
eafb7e33bc
This option was not added during the transition from autoconf to waf. Bring it back so that the code can be used again. Bug: https://bugzilla.samba.org/show_bug.cgi?id=9916 Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
11 lines
284 B
Python
11 lines
284 B
Python
#!/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')
|
|
|