diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |