Added paramLib

This commit is contained in:
MarkRivers
2006-04-06 20:18:46 +00:00
parent 5ac2736979
commit bdc5fbbe14
+2
View File
@@ -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)