s4-net: the net binary depends on the auth subsystem
authorAndrew Tridgell <tridge@samba.org>
Thu, 8 Jul 2010 06:42:39 +0000 (16:42 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 8 Jul 2010 07:28:44 +0000 (17:28 +1000)
This helps with the OpenChange build

source4/utils/net/wscript_build

index 07aa8f7d0602fcaa3d022c13eda0643cecc395b5..c929ce8354e08fe2270c82ec576ed53eebf71add 100644 (file)
@@ -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
        )