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)