From 4cfee6f88e4befaae33095178c10932cd5337439 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 9 Feb 2011 16:05:54 +1100 Subject: auth Move auth_sam_reply into the top level. These functions provide conversions between some netlogon.idl and auth.idl structures Andrew Bartlett Signed-off-by: Andrew Tridgell --- source4/auth/wscript_build | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source4/auth/wscript_build') diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index c0701bf9f5..5bb51161f3 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -38,13 +38,6 @@ bld.SAMBA_SUBSYSTEM('auth_sam', ) -bld.SAMBA_SUBSYSTEM('auth_sam_reply', - source='auth_sam_reply.c', - deps='talloc', - autoproto='auth_sam_reply.h' - ) - - bld.SAMBA_PYTHON('pyauth', source='pyauth.c', public_deps='auth_system_session', -- cgit