summaryrefslogtreecommitdiff
path: root/lib/afs/wscript_build
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2014-04-16 00:36:25 +0200
committerChristian Ambach <ambi@samba.org>2014-06-04 20:09:38 +0200
commiteafb7e33bcb78e87dc3781fc2c9bf9a31f5281b2 (patch)
tree9e5ab439521de8c91b9d7faef983b4116d752925 /lib/afs/wscript_build
parent558850c495880a916fbc4285993e3adda590453f (diff)
downloadsamba-eafb7e33bcb78e87dc3781fc2c9bf9a31f5281b2.tar.gz
waf: add --with-fake-kaserver option
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>
Diffstat (limited to 'lib/afs/wscript_build')
-rw-r--r--lib/afs/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/afs/wscript_build b/lib/afs/wscript_build
index 7337491fe7c..d584a170289 100644
--- a/lib/afs/wscript_build
+++ b/lib/afs/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA3_SUBSYSTEM('LIBAFS',
source='afs_funcs.c',
- deps='samba-util LIBAFS_SETTOKEN')
+ deps='samba-util crypto LIBAFS_SETTOKEN')
bld.SAMBA3_SUBSYSTEM('LIBAFS_SETTOKEN',
source='afs_settoken.c',