From 3c3a5ca21345b8df791486027ee367130ed45374 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 9 Jul 2022 09:00:26 -0400 Subject: Factor watch implementations into their own modules. This should also hopefully resolve some issues that Christine Lemmer-Webber reported with the old code when resolving all of those inotify bindings at runtime. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1bddaa4..0df352d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,7 @@ SOURCES = \ haunt/builder/rss.scm \ haunt/reader.scm \ haunt/reader/texinfo.scm \ + haunt/watch/fallback.scm \ haunt/ui.scm \ haunt/ui/build.scm \ haunt/ui/serve.scm \ @@ -82,7 +83,9 @@ endif if HAVE_INOTIFY -SOURCES += haunt/inotify.scm +SOURCES += \ + haunt/inotify.scm \ + haunt/watch/linux.scm endif -- cgit v1.2.3