From 12aed591ccef9efcc7e33411f86dc29a89f02306 Mon Sep 17 00:00:00 2001 From: Keenan Lang Date: Wed, 14 Sep 2016 16:26:49 -0500 Subject: [PATCH] Add necessary build libraries --- motorExApp/WithAsyn/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/motorExApp/WithAsyn/Makefile b/motorExApp/WithAsyn/Makefile index 1cf02ee5..f678e039 100644 --- a/motorExApp/WithAsyn/Makefile +++ b/motorExApp/WithAsyn/Makefile @@ -86,6 +86,10 @@ COMMONLIBS += ACRMotor COMMONLIBS += PI_GCS2Support COMMONLIBS += phytronAxisMotor COMMONLIBS += motor +ifdef SCRIPT +COMMONLIBS += ScriptMotor +COMMONLIBS += script +endif # Needed for Newport SNL programs WithAsyn_LIBS += $(COMMONLIBS)