From 15f64af8e3d5aa889a9c9fb852a3357237ba9972 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 3 Jun 2010 22:04:08 +0200 Subject: s3-rpc: Create a file with all functions for a internal named pipe. This makes it possible to use the samr rpc server in winbind without linking in smbd. Reviewed-by: Simo Sorce --- source3/wscript_build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 2077661722..983538f29d 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -396,7 +396,11 @@ RPC_EVENTLOG_SRC = '''rpc_server/srv_eventlog_nt.c NPA_TSTREAM_SRC = '''../libcli/named_pipe_auth/npa_tstream.c''' -RPC_PIPE_SRC = '''rpc_server/srv_pipe_hnd.c rpc_server/srv_pipe.c rpc_server/srv_pipe_register.c''' +RPC_NCACN_NP_INTERNAL = '''rpc_server/srv_pipe_register.c rpc_server/rpc_ncacn_np_internal.c + rpc_server/srv_lsa_hnd.c''' + +RPC_PIPE_SRC = '''rpc_server/srv_pipe_hnd.c rpc_server/srv_pipe.c + ${RPC_NCACN_NP_INTERNAL}''' RPC_ECHO_SRC = '''rpc_server/srv_echo_nt.c ../librpc/gen_ndr/srv_echo.c''' -- cgit