From 01682f797f755fdd6de5b6096275da7488f0f294 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 15:43:26 +1100 Subject: s4-waf: fixed some deps now we don't auto-include tevent and replace this is preparation for being able to use system versions of these libraries --- source4/auth/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/wscript_build') diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index ce4dc7b21e..e159292b77 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -36,7 +36,7 @@ bld.SAMBA_SUBSYSTEM('auth_system_session', bld.SAMBA_SUBSYSTEM('auth_sam', source='sam.c', autoproto='auth_sam.h', - public_deps='SAMDB UTIL_LDB LIBSECURITY ldb', + public_deps='SAMDB UTIL_LDB LIBSECURITY ldb tevent', deps='' ) -- cgit