Makes re2 detectable by the build scripts

This commit is contained in:
Felipe Zimmerle
2019-01-18 18:59:04 -03:00
parent a5ee59f5d0
commit 22136788c8
13 changed files with 310 additions and 28 deletions

View File

@@ -16,7 +16,8 @@ read_LDADD = \
$(LUA_LDADD) \
$(PCRE_LDADD) \
$(SSDEEP_LDADD) \
$(YAJL_LDADD)
$(YAJL_LDADD) \
$(RE2_LDADD)
read_LDFLAGS = \
$(GEOIP_LDFLAGS) \
@@ -24,7 +25,8 @@ read_LDFLAGS = \
$(LUA_LDFLAGS) \
$(SSDEEP_LDFLAGS) \
$(MAXMIND_LDFLAGS) \
$(YAJL_LDFLAGS)
$(YAJL_LDFLAGS) \
$(RE2_LDFLAGS)
read_CPPFLAGS = \
$(GLOBAL_CFLAGS) \
@@ -43,7 +45,8 @@ read_CPPFLAGS = \
$(LMDB_CFLAGS) \
$(LUA_CFLAGS) \
$(PCRE_CFLAGS) \
$(LIBXML2_CFLAGS)
$(LIBXML2_CFLAGS) \
$(RE2_CFLAGS)
MAINTAINERCLEANFILES = \