]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Include xdr.o and xdr_array.o in librx, to pick up xdr fix.
authorGarry Zacheiss <zacheiss@mit.edu>
Fri, 2 Aug 2002 03:45:14 +0000 (03:45 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Fri, 2 Aug 2002 03:45:14 +0000 (03:45 +0000)
(cherry picked from commit 61a3c91d476ea1f2803bc6a9a798146bcf3394c3)

src/rx/Makefile.in

index 9fd3e7214da5f9d9043662b1cbbf003575c49d7f..bd2cac240afb123aba9143fc1d52d6e54d3ed0f5 100644 (file)
@@ -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 \