summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-21 00:10:14 +0100
committerGünther Deschner <gd@samba.org>2009-03-24 11:14:06 +0100
commitde2a7c8e4caa4898a3ff5cfd85d21cddec8188f2 (patch)
tree5f4ccaeaa9521bb7294772fe646069c15e8e666b /source3/Makefile.in
parent31db53c3586339b7469802a454a3b983807ec518 (diff)
downloadsamba-de2a7c8e4caa4898a3ff5cfd85d21cddec8188f2.tar.gz
samba-de2a7c8e4caa4898a3ff5cfd85d21cddec8188f2.tar.bz2
samba-de2a7c8e4caa4898a3ff5cfd85d21cddec8188f2.zip
s3: use generated dcerpc code.
Guenther
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b28109ec60..ec52d85508 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -284,7 +284,8 @@ LIBNDR_OBJ = ../librpc/ndr/ndr_basic.o \
../librpc/ndr/ndr_sec_helper.o \
librpc/ndr/ndr_string.o \
../librpc/ndr/uuid.o \
- librpc/ndr/util.o
+ librpc/ndr/util.o \
+ ../librpc/gen_ndr/ndr_dcerpc.o
RPCCLIENT_NDR_OBJ = rpc_client/ndr.o