First commit to Yara experimental branch

This commit is contained in:
Victor Hora
2019-03-10 21:21:47 -04:00
parent 6d5198b1a6
commit ce14299729
16 changed files with 419 additions and 23 deletions

View File

@@ -16,7 +16,8 @@ simple_request_LDADD = \
$(LUA_LDADD) \
$(PCRE_LDADD) \
$(SSDEEP_LDADD) \
$(YAJL_LDADD)
$(YAJL_LDADD) \
$(YARA_LDADD)
simple_request_LDFLAGS = \
$(GEOIP_LDFLAGS) \
@@ -25,7 +26,8 @@ simple_request_LDFLAGS = \
-lpthread \
$(LUA_LDFLAGS) \
$(SSDEEP_LDFLAGS) \
$(YAJL_LDFLAGS)
$(YAJL_LDFLAGS) \
$(YARA_LDFLAGS)
simple_request_CPPFLAGS = \
$(GLOBAL_CFLAGS) \