diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-16 21:08:06 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-18 16:12:08 +0200 |
commit | d17367bd6874ccc2d0e84b478ea3e12d91a9bd99 (patch) | |
tree | d6b341d9e9feb8391896b40292553935dd22e620 | |
parent | a2ff3e7c6118d77699b94b81d9333ca7ea274f52 (diff) | |
download | samba-d17367bd6874ccc2d0e84b478ea3e12d91a9bd99.tar.gz samba-d17367bd6874ccc2d0e84b478ea3e12d91a9bd99.tar.bz2 samba-d17367bd6874ccc2d0e84b478ea3e12d91a9bd99.zip |
build: Add depenencies needed by Samba3 subsystems
-rw-r--r-- | source3/auth/wscript_build | 1 | ||||
-rw-r--r-- | source3/rpc_server/wscript_build | 5 | ||||
-rwxr-xr-x | source3/wscript_build | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build index dc59c87c60..58929da526 100644 --- a/source3/auth/wscript_build +++ b/source3/auth/wscript_build @@ -26,6 +26,7 @@ bld.SAMBA3_SUBSYSTEM('AUTH_COMMON', server_info_sam.c user_info.c user_util.c''', + deps='TOKEN_UTIL DCUTIL', vars=locals()) bld.SAMBA3_SUBSYSTEM('auth', diff --git a/source3/rpc_server/wscript_build b/source3/rpc_server/wscript_build index eb24f06268..dec837842f 100644 --- a/source3/rpc_server/wscript_build +++ b/source3/rpc_server/wscript_build @@ -27,7 +27,7 @@ bld.SAMBA3_SUBSYSTEM('rpc', bld.SAMBA3_SUBSYSTEM('RPC_NCACN_NP', source='rpc_ncacn_np.c rpc_handles.c', - deps='auth_sam_reply') + deps='auth_sam_reply RPC_PIPE_REGISTER AUTH_COMMON npa_tstream') bld.SAMBA3_SUBSYSTEM('RPC_SERVICE', source='rpc_server.c') @@ -87,6 +87,7 @@ bld.SAMBA3_SUBSYSTEM('RPC_NTSVCS', bld.SAMBA3_SUBSYSTEM('RPC_NETLOGON', source=RPC_NETLOGON_SRC, + deps='RPC_NCACN_NP', vars=locals()) bld.SAMBA3_SUBSYSTEM('RPC_NETDFS', @@ -99,7 +100,7 @@ bld.SAMBA3_SUBSYSTEM('RPC_SRVSVC', bld.SAMBA3_SUBSYSTEM('RPC_SPOOLSS', source=RPC_SPOOLSS_SRC, - deps='cups PRINTING PRINTBACKEND LIBCLI_WINREG', + deps='cups PRINTING PRINTBACKEND LIBCLI_WINREG RPC_NCACN_NP', vars=locals()) bld.SAMBA3_SUBSYSTEM('RPC_EVENTLOG', diff --git a/source3/wscript_build b/source3/wscript_build index 7e89745472..f49cd235e7 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -956,6 +956,7 @@ bld.SAMBA3_SUBSYSTEM('SLCACHE', bld.SAMBA3_SUBSYSTEM('DCUTIL', source=DCUTIL_SRC, + deps='ads', vars=locals()) bld.SAMBA3_SUBSYSTEM('ndr-util', @@ -997,7 +998,7 @@ bld.SAMBA3_SUBSYSTEM('LIBCLI_SPOOLSS', bld.SAMBA3_SUBSYSTEM('LIBCLI_WINREG', source=LIBCLI_WINREG_SRC, - deps='RPC_NDR_WINREG') + deps='RPC_NDR_WINREG RPC_NCACN_NP') bld.SAMBA3_SUBSYSTEM('RPC_CLIENT_SCHANNEL', source=RPC_CLIENT_SCHANNEL_SRC, |