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

@@ -21,7 +21,8 @@ multi_LDFLAGS = \
$(LUA_LDFLAGS) \
$(SSDEEP_LDFLAGS) \
$(MAXMIND_LDFLAGS) \
$(YAJL_LDFLAGS)
$(YAJL_LDFLAGS) \
$(YARA_LDFLAGS)
multi_CFLAGS = \
-I$(top_builddir)/headers \

View File

@@ -16,7 +16,8 @@ read_LDADD = \
$(LUA_LDADD) \
$(PCRE_LDADD) \
$(SSDEEP_LDADD) \
$(YAJL_LDADD)
$(YAJL_LDADD) \
$(YARA_LDADD)
read_LDFLAGS = \
$(GEOIP_LDFLAGS) \
@@ -24,7 +25,8 @@ read_LDFLAGS = \
$(LUA_LDFLAGS) \
$(SSDEEP_LDFLAGS) \
$(MAXMIND_LDFLAGS) \
$(YAJL_LDFLAGS)
$(YAJL_LDFLAGS) \
$(YARA_LDFLAGS)
read_CPPFLAGS = \
$(GLOBAL_CFLAGS) \

View File

@@ -8,7 +8,8 @@ test_SOURCES = \
test_LDADD = \
$(GLOBAL_LDADD) \
$(LUA_LDADD) \
$(SSDEEP_LDADD)
$(SSDEEP_LDADD) \
$(YARA_LDADD)
test_LDFLAGS = \
-L$(top_builddir)/src/.libs/ \
@@ -18,7 +19,8 @@ test_LDFLAGS = \
-lstdc++ \
$(LUA_LDFLAGS) \
$(SSDEEP_LDFLAGS) \
$(YAJL_LDFLAGS)
$(YAJL_LDFLAGS) \
$(YARA_LDFLAGS)
test_CFLAGS = \
-I$(top_builddir)/headers \

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) \