[Forensics-changes] [yara] 115/192: Make dotnet module optional
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:31:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.6.0
in repository yara.
commit 2e2ecb759014e7fac37f44eb4598724adee23256
Author: plusvic <plusvic at gmail.com>
Date: Wed Mar 15 16:24:21 2017 +0100
Make dotnet module optional
---
libyara/Makefile.am | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libyara/Makefile.am b/libyara/Makefile.am
index fa84e62..7c3f6a8 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -3,7 +3,6 @@ MODULES = modules/tests.c
MODULES += modules/pe.c
MODULES += modules/elf.c
MODULES += modules/math.c
-MODULES += modules/dotnet.c
if CUCKOO_MODULE
MODULES += modules/cuckoo.c
@@ -17,6 +16,10 @@ if HASH_MODULE
MODULES += modules/hash.c
endif
+if DOTNET_MODULE
+MODULES += modules/dotnet.c
+endif
+
# This isn't really a module, but needs to be compiled with them.
MODULES += modules/pe_utils.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list