From dbde547693a3da9b6ffb9f508a8beb2009e6c75b Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Fri, 20 Sep 2013 23:19:55 +0000 Subject: [PATCH] Added seq, pv to LIBS, needed to build dynamically on Windows --- motorApp/AerotechSrc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/motorApp/AerotechSrc/Makefile b/motorApp/AerotechSrc/Makefile index 0114237c..5cc847ff 100644 --- a/motorApp/AerotechSrc/Makefile +++ b/motorApp/AerotechSrc/Makefile @@ -21,6 +21,7 @@ SRCS += concatString.c SRCS += EnsembleTrajectoryScan.st Aerotech_LIBS += motor asyn +Aerotech_LIBS += seq pv Aerotech_LIBS += $(EPICS_BASE_IOC_LIBS) include $(TOP)/configure/RULES