diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-15 17:55:44 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-17 10:58:10 +0200 |
commit | 350177824239343365d5c99ad4efd71e3b2ed6fa (patch) | |
tree | 1206f13bf1825f982a9a2d3634ea7168410b5b8e /source/Makefile.in | |
parent | 2cbe5a006a6df79c38f4aaa68d498cd6d5a34dba (diff) | |
download | samba-350177824239343365d5c99ad4efd71e3b2ed6fa.tar.gz samba-350177824239343365d5c99ad4efd71e3b2ed6fa.tar.xz samba-350177824239343365d5c99ad4efd71e3b2ed6fa.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.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r-- | source/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index a599b2363b7..8d69e62375e 100644 --- a/source/Makefile.in +++ b/source/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 \ |