summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-07-08 16:42:39 +1000
committerAndrew Tridgell <tridge@samba.org>2010-07-08 17:28:44 +1000
commit41fc0dd0eff225329fa78fad65953256c986742a (patch)
tree9a283e7b5fa7be09503087e22d9d0bc9bc895d1b
parent7571c15af93f638a78d69378ce7c793b0e90dc4e (diff)
downloadsamba-41fc0dd0eff225329fa78fad65953256c986742a.tar.gz
samba-41fc0dd0eff225329fa78fad65953256c986742a.tar.bz2
samba-41fc0dd0eff225329fa78fad65953256c986742a.zip
s4-net: the net binary depends on the auth subsystem
This helps with the OpenChange build
-rw-r--r--source4/utils/net/wscript_build2
1 files changed, 1 insertions, 1 deletions
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
)