From da4bddaf9716859e24b1c12d987c09504338aa87 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 14 May 2003 20:19:01 +0000 Subject: [PATCH] R3.14.2 requires shared libraries. --- motorApp/CommSrc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/motorApp/CommSrc/Makefile b/motorApp/CommSrc/Makefile index 84f486ea..0f74a9b8 100644 --- a/motorApp/CommSrc/Makefile +++ b/motorApp/CommSrc/Makefile @@ -3,7 +3,6 @@ TOP = ../.. include $(TOP)/configure/CONFIG # The following are used for debugging messages. -#USR_CFLAGS += -DDEBUG #USR_CXXFLAGS += -DDEBUG INC += gpibIO.h serialIO.h @@ -28,5 +27,8 @@ ifdef MPF SRCS += serialIOMPF.cc endif +motorCOM_mpf_LIBS += mpf mpfEpics mpfSerial +motorCOM_mpf_LIBS += $(EPICS_BASE_IOC_LIBS) + include $(TOP)/configure/RULES