Merge pull request #53 from henrique-silva/fix-seq-link

Link streamApp against seq and pv libs when SNCSEQ is defined
This commit is contained in:
Dirk Zimoch
2020-05-28 17:35:00 +02:00
committed by GitHub

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