From: Hartmut Reuter Date: Tue, 6 Mar 2001 21:54:46 +0000 (+0000) Subject: STABLE10-include-xdr-int64-in-libafs-20010212 X-Git-Tag: openafs-stable-1_0_3~36 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0479ed27d8fcbd9fe818925c240efac22296cec4;p=packages%2Fo%2Fopenafs.git STABLE10-include-xdr-int64-in-libafs-20010212 (cherry picked from commit d26273e0f18ecff16319d9c708bc184c0e6d9db5) --- diff --git a/src/libafs/Makefile.common b/src/libafs/Makefile.common index b8d1e89fe..9d83cabc6 100644 --- a/src/libafs/Makefile.common +++ b/src/libafs/Makefile.common @@ -125,6 +125,7 @@ AFSAOBJS = \ rxkad_client.o \ rxkad_common.o \ xdr_afsuuid.o \ + xdr_int64.o \ afs_uuid.o $(AFS_OS_OBJS) # These next two allow nfs and nonfs builds to occur in the same directory. @@ -230,6 +231,8 @@ afs_uuid.o: $(AFS)/afs_uuid.c $(CRULE2); xdr_afsuuid.o: $(RX)/xdr_afsuuid.c $(CRULE2); +xdr_int64.o: $(RX)/xdr_int64.c + $(CRULE2); # these files are not to be optimized - subject to change. afs_cbqueue.o: $(AFS)/afs_cbqueue.c