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:
@ -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
|
||||
|
Reference in New Issue
Block a user