From: Garry Zacheiss Date: Fri, 2 Aug 2002 03:45:14 +0000 (+0000) Subject: Include xdr.o and xdr_array.o in librx, to pick up xdr fix. X-Git-Tag: openafs-stable-1_2_6~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9743de0d875bb58f4a2228e8f92de5c03f51608c;p=packages%2Fo%2Fopenafs.git Include xdr.o and xdr_array.o in librx, to pick up xdr fix. (cherry picked from commit 61a3c91d476ea1f2803bc6a9a798146bcf3394c3) --- diff --git a/src/rx/Makefile.in b/src/rx/Makefile.in index 9fd3e7214..bd2cac240 100644 --- a/src/rx/Makefile.in +++ b/src/rx/Makefile.in @@ -38,7 +38,7 @@ CFLAGS=${OPTMZ} -I${TOP_SRCDIR}/config -I${TOP_INCDIR} -DRXDEBUG ${XCFLAGS} # Generic xdr objects (or, at least, xdr stuff that's not newly defined for rx). # Really the xdr stuff should be in its own directory. # -XDROBJS = xdr_arrayn.o xdr_rx.o xdr_afsuuid.o +XDROBJS = xdr.o xdr_array.o xdr_arrayn.o xdr_rx.o xdr_afsuuid.o RXOBJS = rx_clock.o rx_event.o rx_user.o rx_lwp.o rx.o rx_null.o rx_globals.o \ rx_getaddr.o rx_misc.o rx_packet.o rx_rdwr.o rx_trace.o rx_conncache.o \