diff options
| author | 2024-08-11 17:50:58 -0500 | |
|---|---|---|
| committer | 2024-08-11 17:50:58 -0500 | |
| commit | a59b5765b6bc2cfc9d6a7b68baca95768b7c755c (patch) | |
| tree | 7b53e0476669a4e8f348fe68c2ff9e3dc3ae0688 /meson.build | |
| parent | Update CHANGELOG.md (diff) | |
Work on the filewatch module.
Currently a wrapper around inotify, should be expanded to work with
kqueue, icop, and eventually a implementation with polling and stat.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 68c9d9a4..276b2904 100644 --- a/meson.build +++ b/meson.build @@ -122,6 +122,7 @@ core_src = [ 'src/core/ev.c', 'src/core/ffi.c', 'src/core/fiber.c', + 'src/core/filewatch.c', 'src/core/gc.c', 'src/core/inttypes.c', 'src/core/io.c', |
