From b5192084c33a37cff200669cd198834247e175e6 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 2 Mar 2010 20:35:12 +0000 Subject: [PATCH] Solaris needs libasyn to build libmotorSimSupport. --- motorApp/MotorSimSrc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/motorApp/MotorSimSrc/Makefile b/motorApp/MotorSimSrc/Makefile index eee9cf02..cfde6f15 100644 --- a/motorApp/MotorSimSrc/Makefile +++ b/motorApp/MotorSimSrc/Makefile @@ -22,6 +22,7 @@ motorSimSupport_SRCS += motorSimDriver.cpp motorSimSupport_SRCS += motorSimRegister.cc motorSimSupport_LIBS += motor +motorSimSupport_LIBS += asyn motorSimSupport_LIBS += $(EPICS_BASE_IOC_LIBS) #=============================