R3.14.2 requires shared libraries.

This commit is contained in:
Ron Sluiter
2003-05-14 20:19:01 +00:00
parent 2ee855a809
commit da4bddaf97
+3 -1
View File
@@ -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