From 58093dc6b609d1c5697864c3fc9b4f7480b15d58 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 7 Sep 2000 01:12:42 +0000 Subject: [PATCH] changed names and added new source files --- src/ca/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/ca/Makefile b/src/ca/Makefile index 9f4d4d9fc..2699efcc7 100644 --- a/src/ca/Makefile +++ b/src/ca/Makefile @@ -49,12 +49,11 @@ LIBSRCS += syncgrp.cpp LIBSRCS += CASG.cpp LIBSRCS += syncGroupNotify.cpp LIBSRCS += localHostName.cpp -LIBSRCS += claimsPendingIIU.cpp -LIBSRCS += claimMsgCache.cpp LIBSRCS += comQueRecv.cpp LIBSRCS += comQueSend.cpp -LIBSRCS += cacPrivate.cpp +LIBSRCS += cacPrivateListOfIO.cpp LIBSRCS += hostNameCache.cpp +LIBSRCS += ioCounter.cpp LIBRARY=ca @@ -80,7 +79,7 @@ PROD += caRepeater PROD_DEFAULT += catime acctst caConnTest catime_SRCS = catimeMain.c catime.c acctst_SRCS = acctstMain.c acctst.c -caConnTest_SRCS = caConnTestMain.c caConnTest.c +caConnTest_SRCS = caConnTestMain.cpp caConnTest.cpp PROD_vxWorks = catime acctst caConnTest