forked from epics_driver_modules/motorBase
Same as previous modification ("distinguish between seq-2-1 and seq-2-2") for WithAsynVx_LIBS
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user