Skip to content

Commit

Permalink
Remove the libyara from path libyara/Makefile.am
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
n0tduck1e committed Dec 27, 2024
1 parent 390b66b commit f008122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writingmodules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f008122

Please sign in to comment.