diff --git a/motorExApp/NoAsyn/Makefile b/motorExApp/NoAsyn/Makefile index ec2adf22..5ccde155 100644 --- a/motorExApp/NoAsyn/Makefile +++ b/motorExApp/NoAsyn/Makefile @@ -21,6 +21,7 @@ NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS) NoMPFVx_SRCS += NoMPFVx_registerRecordDeviceDriver.cpp #!NoMPFVx_LIBS += softMotor #!NoMPFVx_LIBS += oms +#!NoMPFVx_LIBS += DeltaTau NoMPFVx_LIBS += motor NoMPFVx_OBJS += $(EPICS_BASE_BIN)/vxComLibrary diff --git a/motorExApp/NoAsyn/NoAsynVxInclude.dbd b/motorExApp/NoAsyn/NoAsynVxInclude.dbd index f8e30809..2280966c 100644 --- a/motorExApp/NoAsyn/NoAsynVxInclude.dbd +++ b/motorExApp/NoAsyn/NoAsynVxInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" include "motorRecord.dbd" #!include "devOms.dbd" +#!include "devDeltaTau.dbd" #!include "devSoftMotor.dbd" diff --git a/motorExApp/NoAsyn/NoMPFVxInclude.dbd b/motorExApp/NoAsyn/NoMPFVxInclude.dbd index f8e30809..2280966c 100644 --- a/motorExApp/NoAsyn/NoMPFVxInclude.dbd +++ b/motorExApp/NoAsyn/NoMPFVxInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" include "motorRecord.dbd" #!include "devOms.dbd" +#!include "devDeltaTau.dbd" #!include "devSoftMotor.dbd" diff --git a/motorExApp/NoMPF/Makefile b/motorExApp/NoMPF/Makefile index ec2adf22..5ccde155 100644 --- a/motorExApp/NoMPF/Makefile +++ b/motorExApp/NoMPF/Makefile @@ -21,6 +21,7 @@ NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS) NoMPFVx_SRCS += NoMPFVx_registerRecordDeviceDriver.cpp #!NoMPFVx_LIBS += softMotor #!NoMPFVx_LIBS += oms +#!NoMPFVx_LIBS += DeltaTau NoMPFVx_LIBS += motor NoMPFVx_OBJS += $(EPICS_BASE_BIN)/vxComLibrary diff --git a/motorExApp/NoMPF/NoMPFVxInclude.dbd b/motorExApp/NoMPF/NoMPFVxInclude.dbd index f8e30809..2280966c 100644 --- a/motorExApp/NoMPF/NoMPFVxInclude.dbd +++ b/motorExApp/NoMPF/NoMPFVxInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" include "motorRecord.dbd" #!include "devOms.dbd" +#!include "devDeltaTau.dbd" #!include "devSoftMotor.dbd"