summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-08-06 11:30:51 +0200
committerStefan Metzmacher <metze@samba.org>2010-08-12 14:31:21 +0200
commit2c0e296dd74c1b064d836f6807a808231f8998d4 (patch)
treecc8f164c74a5d73b4eef4456cb368048162058fd /source3/Makefile.in
parentb34209006fd75533b22e77c77d8fde3e4cb1506a (diff)
downloadsamba-2c0e296dd74c1b064d836f6807a808231f8998d4.tar.gz
samba-2c0e296dd74c1b064d836f6807a808231f8998d4.tar.bz2
samba-2c0e296dd74c1b064d836f6807a808231f8998d4.zip
s3:rpc_client: add dcerpc_binding_handle backend
metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index fbb479c531..12086c246c 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -570,6 +570,7 @@ LIBMSRPC_GEN_OBJ = librpc/gen_ndr/cli_lsa.o \
librpc/gen_ndr/cli_drsuapi.o \
librpc/gen_ndr/cli_spoolss.o \
../librpc/rpc/dcerpc_util.o \
+ ../librpc/rpc/binding_handle.o \
librpc/rpc/dcerpc_helpers.o \
$(LIBNDR_GEN_OBJ) \
$(RPCCLIENT_NDR_OBJ)