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

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