From f0081225a8a61285cf0061e2d8cfe028c1e45c8d Mon Sep 17 00:00:00 2001 From: duckie Date: Fri, 27 Dec 2024 18:01:29 +0530 Subject: [PATCH] Remove the libyara from path libyara/Makefile.am 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