From 0720ac1071afb6e9504a2b809d714cb931879bd1 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 23 May 2003 19:36:35 +0000 Subject: [PATCH] Always register commands; even on VxWorks platforms. --- motorApp/ImsSrc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/motorApp/ImsSrc/Makefile b/motorApp/ImsSrc/Makefile index a8488c6d..48dceb03 100644 --- a/motorApp/ImsSrc/Makefile +++ b/motorApp/ImsSrc/Makefile @@ -10,13 +10,11 @@ DBD += devImsMotor.dbd LIBRARY_IOC = Ims # Intelligent Motion Systems driver support. +SRCS += ImsRegister.cc SRCS += devIM483SM.cc drvIM483SM.cc SRCS += devIM483PL.cc drvIM483PL.cc SRCS += devMDrive.cc drvMDrive.cc -OBJS_DEFAULT += ImsRegister -OBJS_vxWorks += -nil- - Ims_LIBS += motor motorCOM_mpf Ims_LIBS += $(EPICS_BASE_IOC_LIBS)