Link streamApp against seq and pv libs when SNCSEQ is defined

This avoids linking problems if the calc lib has been compiled with seq
support.
This commit is contained in:
Henrique Silva
2020-04-01 14:04:58 +02:00
parent 9fd345e267
commit 1c9278812b

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