summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-06-03 22:04:08 +0200
committerSimo Sorce <idra@samba.org>2010-06-04 12:12:50 -0400
commit15f64af8e3d5aa889a9c9fb852a3357237ba9972 (patch)
tree97b83de9529939cfe8434d0d200c2e9c521febaa /source3/Makefile.in
parent3344adc3404df47f02f6eb3096cb623ae94850b8 (diff)
downloadsamba-15f64af8e3d5aa889a9c9fb852a3357237ba9972.tar.gz
samba-15f64af8e3d5aa889a9c9fb852a3357237ba9972.tar.bz2
samba-15f64af8e3d5aa889a9c9fb852a3357237ba9972.zip
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 <idra@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 19bee48ab9..d9e4ec5a6e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -653,7 +653,11 @@ RPC_EVENTLOG_OBJ = rpc_server/srv_eventlog_nt.o \
NPA_TSTREAM_OBJ = ../libcli/named_pipe_auth/npa_tstream.o
-RPC_PIPE_OBJ = rpc_server/srv_pipe.o rpc_server/srv_pipe_hnd.o rpc_server/srv_pipe_register.c
+RPC_NCACN_NP_INTERNAL = rpc_server/srv_pipe_register.o rpc_server/rpc_ncacn_np_internal.o \
+ rpc_server/srv_lsa_hnd.o
+
+RPC_PIPE_OBJ = rpc_server/srv_pipe.o rpc_server/srv_pipe_hnd.o \
+ $(RPC_NCACN_NP_INTERNAL)
RPC_ECHO_OBJ = rpc_server/srv_echo_nt.o librpc/gen_ndr/srv_echo.o