From 74bc7758b5049a456843aec92928f76fffca2466 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 5 Sep 1996 12:36:05 +0000 Subject: [PATCH] changed to show that support is for SCL500 Dcm --- src/dev/Makefile.Vx | 2 +- src/dev/{devABANALOG.c => devABSLCDCM.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/dev/{devABANALOG.c => devABSLCDCM.c} (100%) diff --git a/src/dev/Makefile.Vx b/src/dev/Makefile.Vx index 21b411775..e2666b597 100644 --- a/src/dev/Makefile.Vx +++ b/src/dev/Makefile.Vx @@ -107,7 +107,7 @@ SRCS.c += ../devAB1771IL.c SRCS.c += ../devAB1771IR.c SRCS.c += ../devAB1771IXE.c SRCS.c += ../devAB1771OFE.c -SRCS.c += ../devABANALOG.c +SRCS.c += ../devABSLCDCM.c SRCS.c += ../devABBINARY.c SRCS.c += ../devABStatus.c SRCS.c += ../devMpc.c diff --git a/src/dev/devABANALOG.c b/src/dev/devABSLCDCM.c similarity index 100% rename from src/dev/devABANALOG.c rename to src/dev/devABSLCDCM.c