Only build EnsembleTrajectoryScan.st if SNCSEQ is defined

This commit is contained in:
kmpeters
2015-03-25 19:47:47 +00:00
parent a271ecd7db
commit 88ccc442c3
+4
View File
@@ -18,11 +18,15 @@ SRCS += drvA3200Asyn.cc
# EnsemblePSOFly.db support
SRCS += concatString.c
ifdef SNCSEQ
# Ensemble trajectory support
SRCS += EnsembleTrajectoryScan.st
endif
Aerotech_LIBS += motor asyn
ifdef SNCSEQ
Aerotech_LIBS += seq pv
endif
Aerotech_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES