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,7 +15,8 @@ benchmark_LDADD = \
$(SSDEEP_LDADD) \
$(LUA_LDADD) \
$(LIBXML2_LDADD) \
$(GLOBAL_LDADD)
$(GLOBAL_LDADD) \
$(HS_LDADD)
benchmark_LDFLAGS = \
-L$(top_builddir)/src/.libs/ \
@@ -29,7 +30,8 @@ benchmark_LDFLAGS = \
$(YAJL_LDFLAGS) \
$(LMDB_LDFLAGS) \
$(SSDEEP_LDFLAGS) \
$(LUA_LDFLAGS)
$(LUA_LDFLAGS) \
$(HS_LDFLAGS)
benchmark_CPPFLAGS = \
-std=c++11 \
@@ -37,7 +39,8 @@ benchmark_CPPFLAGS = \
$(GLOBAL_CPPFLAGS) \
$(PCRE_CFLAGS) \
$(LMDB_CFLAGS) \
$(LIBXML2_CFLAGS)
$(LIBXML2_CFLAGS) \
$(HS_CFLAGS)
MAINTAINERCLEANFILES = \
Makefile.in