From e34e49704f87316a209223123890834352d47056 Mon Sep 17 00:00:00 2001 From: timmmooney Date: Wed, 25 May 2011 20:21:32 +0000 Subject: [PATCH] Added Ipac to HytecMotor_LIBS --- motorApp/HytecSrc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/HytecSrc/Makefile b/motorApp/HytecSrc/Makefile index 1bdca94d..f4e1618c 100644 --- a/motorApp/HytecSrc/Makefile +++ b/motorApp/HytecSrc/Makefile @@ -17,7 +17,7 @@ INC += HytecMotorDriver.h # We need to link this IOC Application against the EPICS Base libraries HytecMotor_LIBS += motor -HytecMotor_LIBS += asyn +HytecMotor_LIBS += asyn Ipac HytecMotor_LIBS += $(EPICS_BASE_IOC_LIBS) # ---------------------------------------------------