From e3bd7003bab4e5981641c8bead7ebd3fa54aebcc Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 20 Nov 2000 17:29:31 +0000 Subject: [PATCH] added casw --- src/ca/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ca/Makefile b/src/ca/Makefile index 0ea69c90a..0c05cc10c 100644 --- a/src/ca/Makefile +++ b/src/ca/Makefile @@ -77,9 +77,10 @@ Com_DIR = $(INSTALL_LIB) caRepeater_SRCS = caRepeater.cpp PROD += caRepeater -PROD_DEFAULT += catime acctst caConnTest +PROD_DEFAULT += catime acctst caConnTest casw catime_SRCS = catimeMain.c catime.c acctst_SRCS = acctstMain.c acctst.c +casw_SRCS = casw.cpp caConnTest_SRCS = caConnTestMain.cpp caConnTest.cpp PROD_vxWorks = catime acctst caConnTest