diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-10-11 22:17:54 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-10-11 22:17:54 -0700 |
commit | 6f29da445e282aed33a07ead72246df623df1659 (patch) | |
tree | 09e0216ef136ec2edaebf4536fb6cb69a8bda1d8 | |
parent | ad85aa4500e83ba38b0c506da7d14aff3d9380be (diff) |
doc: minor HACKING.txt fixup
-rw-r--r-- | HACKING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt index 1698a98..84a63d8 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -48,7 +48,7 @@ Hacking on rototiller / libtil: 3. Integrating the module into the build system by adding its directory to the existing "configure.ac" and "src/modules/Makefile.am" files, creating its own "src/modules/${new}/Makefile.am" file, and adding - it's produced archive to "src/Makefile.am" for linking. + its produced archive to "src/Makefile.am" for linking. 4. Wiring the module into libtil exposing it to the world by adding it to the modules[] array in "src/til.c". |