summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-10-10 08:39:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:23 -0500
commit4980baf2e1f1de2715b1c0243ea7e79668d87501 (patch)
tree7171e3f41ac21aa675def65a76038a622e3b18fc /source3/Makefile.in
parent6b0b563fa43ad4c7de3573dc7962a2698e140f72 (diff)
downloadsamba-4980baf2e1f1de2715b1c0243ea7e79668d87501.tar.gz
samba-4980baf2e1f1de2715b1c0243ea7e79668d87501.tar.bz2
samba-4980baf2e1f1de2715b1c0243ea7e79668d87501.zip
r19224: Add setting the rng_fault_state to the already converted pipes.
Convert the low-hanging fruit of the LSA server. This provides a sample how the server calls can be converted one by one, see the "proxy_lsa_call" function. Volker (This used to be commit 99e54a213ad3561ea6e8dc44c483847c18c5681e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 16e9003910..a7166c5d89 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -324,7 +324,7 @@ REGISTRY_OBJ = registry/reg_frontend.o registry/reg_cachehook.o registry/reg_pri
registry/reg_db.o registry/reg_eventlog.o registry/reg_shares.o \
registry/reg_util.o registry/reg_dynamic.o registry/reg_perfcount.o
-RPC_LSA_OBJ = rpc_server/srv_lsa.o rpc_server/srv_lsa_nt.o
+RPC_LSA_OBJ = rpc_server/srv_lsa.o rpc_server/srv_lsa_nt.o librpc/gen_ndr/srv_lsa.o
RPC_NETLOG_OBJ = rpc_server/srv_netlog.o rpc_server/srv_netlog_nt.o