summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-15 17:55:44 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-17 10:58:10 +0200
commit3db2249886bf19be4c357a0966d9efa2f2e692f6 (patch)
tree5717d007a72156d344bf1b0741177494af666152 /source3/Makefile.in
parentb666ead6e4131e07d83aa17c2feed5b828984b3c (diff)
downloadsamba-3db2249886bf19be4c357a0966d9efa2f2e692f6.tar.gz
samba-3db2249886bf19be4c357a0966d9efa2f2e692f6.tar.bz2
samba-3db2249886bf19be4c357a0966d9efa2f2e692f6.zip
Add simple implementation of several functions in the Samba 4 RPC
library on top of the Samba 3 RPC library: * dcerpc_pipe_connect * dcerpc_ndr_request_recv * dcerpc_ndr_request_send These are the main functions used by the generated client calls in Samba 4. (This used to be commit 350177824239343365d5c99ad4efd71e3b2ed6fa)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a599b2363b..8d69e62375 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -443,7 +443,9 @@ LIBMSRPC_OBJ = rpc_client/cli_lsarpc.o rpc_client/cli_samr.o \
$(RPC_CLIENT_OBJ1) rpc_client/cli_reg.o $(RPC_CLIENT_OBJ) \
rpc_client/cli_spoolss.o rpc_client/cli_spoolss_notify.o \
rpc_client/cli_svcctl.o \
- rpc_client/init_samr.o
+ rpc_client/init_samr.o \
+ librpc/rpc/dcerpc.o \
+ librpc/rpc/binding.o
LIBMSRPC_GEN_OBJ = librpc/gen_ndr/cli_lsa.o \
librpc/gen_ndr/cli_dfs.o \