diff --git a/motorExApp/NoAsyn/Makefile b/motorExApp/NoAsyn/Makefile index 5ccde155..39c8397f 100644 --- a/motorExApp/NoAsyn/Makefile +++ b/motorExApp/NoAsyn/Makefile @@ -15,6 +15,7 @@ NoMPF_SRCS += NoMPF_registerRecordDeviceDriver.cpp NoMPF_SRCS_DEFAULT += NoMPFMain.cpp #!NoMPF_LIBS += MXmotor #!NoMPF_LIBS += softMotor +#!NoMPF_LIBS += oms NoMPF_LIBS += motor NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS) diff --git a/motorExApp/NoAsyn/NoAsynInclude.dbd b/motorExApp/NoAsyn/NoAsynInclude.dbd index 0c6ed51c..4535cfaa 100644 --- a/motorExApp/NoAsyn/NoAsynInclude.dbd +++ b/motorExApp/NoAsyn/NoAsynInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" include "motorRecord.dbd" #include "devSoftMotor.dbd" +#include "devOms.dbd" #include "devMXmotor.dbd" diff --git a/motorExApp/NoAsyn/NoMPFInclude.dbd b/motorExApp/NoAsyn/NoMPFInclude.dbd index 0c6ed51c..4535cfaa 100644 --- a/motorExApp/NoAsyn/NoMPFInclude.dbd +++ b/motorExApp/NoAsyn/NoMPFInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" include "motorRecord.dbd" #include "devSoftMotor.dbd" +#include "devOms.dbd" #include "devMXmotor.dbd" diff --git a/motorExApp/NoMPF/Makefile b/motorExApp/NoMPF/Makefile index 5ccde155..39c8397f 100644 --- a/motorExApp/NoMPF/Makefile +++ b/motorExApp/NoMPF/Makefile @@ -15,6 +15,7 @@ NoMPF_SRCS += NoMPF_registerRecordDeviceDriver.cpp NoMPF_SRCS_DEFAULT += NoMPFMain.cpp #!NoMPF_LIBS += MXmotor #!NoMPF_LIBS += softMotor +#!NoMPF_LIBS += oms NoMPF_LIBS += motor NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS) diff --git a/motorExApp/NoMPF/NoMPFInclude.dbd b/motorExApp/NoMPF/NoMPFInclude.dbd index 0c6ed51c..4535cfaa 100644 --- a/motorExApp/NoMPF/NoMPFInclude.dbd +++ b/motorExApp/NoMPF/NoMPFInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" include "motorRecord.dbd" #include "devSoftMotor.dbd" +#include "devOms.dbd" #include "devMXmotor.dbd"