From 41fc0dd0eff225329fa78fad65953256c986742a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 8 Jul 2010 16:42:39 +1000 Subject: s4-net: the net binary depends on the auth subsystem This helps with the OpenChange build --- source4/utils/net/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/utils/net/wscript_build b/source4/utils/net/wscript_build index 07aa8f7d06..c929ce8354 100644 --- a/source4/utils/net/wscript_build +++ b/source4/utils/net/wscript_build @@ -12,7 +12,7 @@ bld.SAMBA_MODULE('net_drs', bld.SAMBA_BINARY('net', source='net.c net_password.c net_join.c net_vampire.c net_gpo.c', autoproto='net_proto.h', - deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-NET popt POPT_SAMBA POPT_CREDENTIALS net_drs policy', + deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-NET popt POPT_SAMBA POPT_CREDENTIALS net_drs policy auth', needs_python=True ) -- cgit