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

@@ -15,6 +15,7 @@ read_LDADD = \
$(LUA_LDADD) \
$(PCRE_LDADD) \
$(SSDEEP_LDADD) \
$(HS_LDADD) \
$(YAJL_LDADD)
read_LDFLAGS = \
@@ -28,6 +29,7 @@ read_LDFLAGS = \
$(LUA_LDFLAGS) \
$(SSDEEP_LDFLAGS) \
$(MAXMIND_LDFLAGS) \
$(HS_LDFLAGS) \
$(YAJL_LDFLAGS)
read_CPPFLAGS = \
@@ -48,6 +50,7 @@ read_CPPFLAGS = \
$(LMDB_CFLAGS) \
$(LUA_CFLAGS) \
$(PCRE_CFLAGS) \
$(HS_CFLAGS) \
$(LIBXML2_CFLAGS)