From 275533b9a5e20ec22334b4c84b667e496f7cbb52 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 23 Feb 2006 19:54:35 +0000 Subject: [PATCH] motorUtil added. --- motorApp/MotorSrc/Makefile | 1 + motorApp/MotorSrc/motorSupport.dbd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/motorApp/MotorSrc/Makefile b/motorApp/MotorSrc/Makefile index 980b068c..2389589f 100644 --- a/motorApp/MotorSrc/Makefile +++ b/motorApp/MotorSrc/Makefile @@ -17,6 +17,7 @@ LIBRARY_IOC += motor # The following are required for all motor record configurations. motor_SRCS += motorRecord.cc motordevCom.cc motordrvCom.cc +motor_SRCS += motorUtil.cc motorUtilAux.cc motor_LIBS += $(EPICS_BASE_IOC_LIBS) diff --git a/motorApp/MotorSrc/motorSupport.dbd b/motorApp/MotorSrc/motorSupport.dbd index 89d2c89b..ab810009 100644 --- a/motorApp/MotorSrc/motorSupport.dbd +++ b/motorApp/MotorSrc/motorSupport.dbd @@ -1,5 +1,5 @@ include motorRecord.dbd - +registrar(motorUtilRegister) #variable(motorRecordDebug) #variable(motordrvComdebug)