From 2ee855a809c73b286871bdd01774840da6809980 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 14 May 2003 20:16:16 +0000 Subject: [PATCH] R3.14.2 requires $(EPICS_BASE_IOC_LIBS). --- motorApp/MotorSrc/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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