From 8e5cbbba9fe7e35c9ca3ce1616928ca91af3f0fa Mon Sep 17 00:00:00 2001 From: timmmooney Date: Fri, 19 Apr 2013 18:25:45 +0000 Subject: [PATCH] concatString (aSub support for EnsemblePSOFly.db) --- motorApp/AerotechSrc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/motorApp/AerotechSrc/Makefile b/motorApp/AerotechSrc/Makefile index a4ae8b5f..b7b6ae03 100644 --- a/motorApp/AerotechSrc/Makefile +++ b/motorApp/AerotechSrc/Makefile @@ -14,6 +14,9 @@ SRCS += AerotechRegister.cc SRCS += devSoloist.cc drvSoloist.cc SRCS += drvEnsembleAsyn.cc +# EnsemblePSOFly.db support +SRCS += concatString.c + Aerotech_LIBS += motor asyn Aerotech_LIBS += $(EPICS_BASE_IOC_LIBS)