Merge branch 'master' of github.com:paulscherrerinstitute/StreamDevice

This commit is contained in:
2020-07-22 09:32:15 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -24,4 +24,3 @@ endif
# dbst based database optimization (default: NO)
DB_OPT = NO
HOST_OPT=NO

View File

@ -68,6 +68,10 @@ PROD_LIBS += sscan
endif
endif
ifneq ($(words $(SNCSEQ) $(SYNAPPS)), 0)
PROD_LIBS += seq pv
endif
streamApp_DBD += stream.dbd
ifdef PCRE