diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-01-13 08:59:45 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-01-13 08:59:45 -0500 |
commit | bdd1cc2f95a6783f154902242bd5cd12ad3d331b (patch) | |
tree | 95e7821e1b925b94cf87082d2e3d9105b3c3bc52 /Makefile.am | |
parent | 875c315b1990a4c8704b7b7b8d77cfdd58e11879 (diff) |
Add inotify bindings.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e1b6765..f831acb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,7 @@ bin_SCRIPTS = \ SOURCES = \ haunt/config.scm \ haunt/utils.scm \ + haunt/inotify.scm \ haunt/post.scm \ haunt/page.scm \ haunt/asset.scm \ |