summaryrefslogtreecommitdiff
path: root/source4/librpc/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-21 16:48:06 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-21 19:11:24 +0200
commit424e7636957f07c044ee24a9bbf650b02291939b (patch)
tree95fd5aa9269ff59d37e62061b3e7602d38e37f90 /source4/librpc/config.mk
parent9d148f75c712d4cf6863f8eb1256f806eac8d38b (diff)
downloadsamba-424e7636957f07c044ee24a9bbf650b02291939b.tar.gz
samba-424e7636957f07c044ee24a9bbf650b02291939b.tar.bz2
samba-424e7636957f07c044ee24a9bbf650b02291939b.zip
frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamic
We add an extra num_chunks to the frsrpc_CommPktChunkCtr structure and use hand modified ndr_push/pull functions to let it not appear on the wire. metze
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r--source4/librpc/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index 9e3d6b27ea..e96cf2c516 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -112,7 +112,7 @@ NDR_ROT_OBJ_FILES = ../librpc/gen_ndr/ndr_rot.o
[SUBSYSTEM::NDR_FRSRPC]
PUBLIC_DEPENDENCIES = LIBNDR
-NDR_FRSRPC_OBJ_FILES = ../librpc/gen_ndr/ndr_frsrpc.o
+NDR_FRSRPC_OBJ_FILES = ../librpc/gen_ndr/ndr_frsrpc.o ../librpc/ndr/ndr_frsrpc.o
[SUBSYSTEM::NDR_FRSAPI]
PUBLIC_DEPENDENCIES = LIBNDR