diff --git a/motorApp/MotorSrc/Makefile b/motorApp/MotorSrc/Makefile index 648b8b42..2fb8eab1 100644 --- a/motorApp/MotorSrc/Makefile +++ b/motorApp/MotorSrc/Makefile @@ -18,6 +18,8 @@ LIBRARY_IOC += motor # The following are required for all motor record configurations. motor_SRCS += motorRecord.cc motordevCom.cc motordrvCom.cc +motor_LIBS += $(EPICS_BASE_IOC_LIBS) + include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE