From 91fda4f2ed0fdafe1eee011be794600ccd03621c Mon Sep 17 00:00:00 2001 From: duckie Date: Mon, 13 Jan 2025 14:40:52 +0530 Subject: [PATCH] Remove the libyara from path libyara/Makefile.am (#2129) The file is no longer present on that path and moved to root of project. Fixing the docs so it does'nt cause confusion to others like it did to me. --- docs/writingmodules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writingmodules.rst b/docs/writingmodules.rst index 032fb0e874..0f70098ac8 100644 --- a/docs/writingmodules.rst +++ b/docs/writingmodules.rst @@ -202,7 +202,7 @@ In our case the resulting *module_list* is:: The second step is modifying the *Makefile.am* to tell the *make* program that the source code for your module must be compiled and linked into YARA. At the -very beginning of *libyara/Makefile.am* you'll find this:: +very beginning of *Makefile.am* you'll find this:: MODULES = libyara/modules/tests/tests.c MODULES += libyara/modules/pe/pe.c