summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-14 12:18:49 -0400
committerGünther Deschner <gd@samba.org>2010-07-16 01:51:17 +0200
commitbd19c964d54571b1cdb8e4f1ea47a24e790e6e3c (patch)
tree27b64ae1c7f1089c7b147c1dc495099ec86a51b9 /source3/Makefile.in
parentca3bdca52e93ec492f06f18d8428e80bbad375be (diff)
downloadsamba-bd19c964d54571b1cdb8e4f1ea47a24e790e6e3c.tar.gz
samba-bd19c964d54571b1cdb8e4f1ea47a24e790e6e3c.tar.bz2
samba-bd19c964d54571b1cdb8e4f1ea47a24e790e6e3c.zip
s3-dcerpc: Move common helpers into a common file
Signed-off-by: Günther Deschner <gd@samba.org>
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 a4b71f0765..99674268ed 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -564,6 +564,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/dcerpc_helpers.o \
$(LIBNDR_GEN_OBJ) \
$(RPCCLIENT_NDR_OBJ)