From cbff26d61ca4138dbf01a62fa2e0e86ad3c6f17c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 7 Jun 2006 05:23:56 +0000 Subject: [PATCH] DEVEL15-synchronize-xdr-20060606 Include the same set of xdr objects in the shared libafsrpc as are included in the static libafsrpc. (cherry picked from commit b8b1438716a14b596a68c2e77d54ca66009c01c2) --- src/shlibafsrpc/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shlibafsrpc/Makefile.in b/src/shlibafsrpc/Makefile.in index 4cc0cb4c4..f77a7bb70 100644 --- a/src/shlibafsrpc/Makefile.in +++ b/src/shlibafsrpc/Makefile.in @@ -55,6 +55,8 @@ XDROBJS =\ xdr_int32.o \ xdr_int64.o \ xdr_afsuuid.o \ + xdr_update.o \ + xdr_refernce.o \ AFS_component_version_number.o RXOBJS =\ -- 2.39.5