Adds suppor for HyperScan in the bulid system

This commit is contained in:
Felipe Zimmerle
2021-02-26 11:15:02 -03:00
parent 2e69ce6ccf
commit 912704b6d4
16 changed files with 291 additions and 23 deletions

View File

@@ -9,7 +9,8 @@ multi_LDADD = \
$(SSDEEP_LDADD) \
$(LUA_LDADD) \
$(MAXMIND_LDADD) \
$(GLOBAL_LDADD)
$(GLOBAL_LDADD) \
$(HS_LDADD)
multi_LDFLAGS = \
-L$(top_builddir)/src/.libs/ \
@@ -21,6 +22,7 @@ multi_LDFLAGS = \
$(LUA_LDFLAGS) \
$(SSDEEP_LDFLAGS) \
$(MAXMIND_LDFLAGS) \
$(HS_LDFLAGS) \
$(YAJL_LDFLAGS)
multi_CFLAGS = \