diff options
Diffstat (limited to 'source3/rpc_server/wscript_build')
-rwxr-xr-x | source3/rpc_server/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/rpc_server/wscript_build b/source3/rpc_server/wscript_build index a0829fecac..57c76a2817 100755 --- a/source3/rpc_server/wscript_build +++ b/source3/rpc_server/wscript_build @@ -26,7 +26,8 @@ bld.SAMBA3_SUBSYSTEM('rpc', vars=locals()) bld.SAMBA3_SUBSYSTEM('RPC_CONFIG', - source='rpc_config.c') + source='rpc_config.c', + deps='talloc') bld.SAMBA3_SUBSYSTEM('RPC_NCACN_NP', source='rpc_ncacn_np.c rpc_handles.c rpc_contexts.c', |