From bdc5fbbe144ba7a05b308e3f5f1965edbff87e36 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Thu, 6 Apr 2006 20:18:46 +0000 Subject: [PATCH] Added paramLib --- motorApp/MotorSrc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/motorApp/MotorSrc/Makefile b/motorApp/MotorSrc/Makefile index 8ad7608b..90e94a5c 100644 --- a/motorApp/MotorSrc/Makefile +++ b/motorApp/MotorSrc/Makefile @@ -13,6 +13,7 @@ DBD += motorSupport.dbd INC += motor.h motordevCom.h motordrvCom.h INC += motordrvComCode.h INC += motor_interface.h +INC += paramLib.h LIBRARY_IOC += motor @@ -20,6 +21,7 @@ LIBRARY_IOC += motor motor_SRCS += motorRecord.cc motordevCom.cc motordrvCom.cc motor_SRCS += drvMotorAsyn.c motor_SRCS += devMotorAsyn.c +motor_SRCS += paramLib.c motor_SRCS += motorUtil.cc motorUtilAux.cc motor_LIBS += $(EPICS_BASE_IOC_LIBS)