From 539d5f518da96d348529f6a87064c040a63ba298 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 11 Oct 2010 01:23:20 +0200 Subject: auth: Remove unnecessary dependencies, fix formatting. --- source4/auth/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/auth/wscript_build') diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index db8fdf8b00..38fb1b7707 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -11,7 +11,7 @@ bld.SAMBA_SUBSYSTEM('auth_session', autoproto='session_proto.h', public_deps='CREDENTIALS', public_headers='session.h', - header_path='samba', + header_path='samba', deps='SAMDB auth_sam' ) @@ -26,7 +26,7 @@ bld.SAMBA_SUBSYSTEM('auth_system_session', source='system_session.c', autoproto='system_session_proto.h', public_deps='CREDENTIALS', - deps='auth_session LIBSAMBA-UTIL LIBSECURITY' + deps='auth_session', ) -- cgit