rpcrt4: Rename ndr_midl.c to ndr_clientserver.c to more accurately

idenitfy what the code contained does - it is a number of helpers for
generated client/server code.
This commit is contained in:
Robert Shearman 2006-08-29 21:13:19 +01:00 committed by Alexandre Julliard
parent 583ae12233
commit 5515633517
2 changed files with 1 additions and 1 deletions

View file

@ -13,9 +13,9 @@ C_SRCS = \
cproxy.c \
cpsf.c \
cstub.c \
ndr_clientserver.c \
ndr_fullpointer.c \
ndr_marshall.c \
ndr_midl.c \
ndr_ole.c \
ndr_stubless.c \
rpc_binding.c \