summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-01-13 08:59:45 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-01-13 08:59:45 -0500
commitbdd1cc2f95a6783f154902242bd5cd12ad3d331b (patch)
tree95e7821e1b925b94cf87082d2e3d9105b3c3bc52 /Makefile.am
parent875c315b1990a4c8704b7b7b8d77cfdd58e11879 (diff)
Add inotify bindings.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
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 \