Same as previous modification ("distinguish between seq-2-1 and seq-2-2") for WithAsynVx_LIBS

This commit is contained in:
Ron Sluiter
2015-05-04 18:58:35 +00:00
parent 847402d758
commit 0038888a6c
+8 -1
View File
@@ -111,7 +111,14 @@ endif
WithAsynVx_LIBS += asyn
# Needed for Newport SNL programs
ifdef SNCSEQ
WithAsynVx_LIBS += seqDev seq pv
ifeq (seq-2-1, $(findstring seq-2-1, $(SNCSEQ)))
WithAsynVx_LIBS += seqDev seq pv
else ifeq (seq-2.1, $(findstring seq-2.1, $(SNCSEQ)))
WithAsynVx_LIBS += seqDev seq pv
else
# seq 2.2.
WithAsynVx_LIBS += seq pv
endif
endif
WithAsynVx_LIBS += $(EPICS_BASE_IOC_LIBS)