From dda114b4103d86f5c88af01c49c920301e04b13e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 10 Apr 2015 23:34:58 -0400 Subject: Add reader module. * haunt/reader.scm: New file. * Makefile.am (SOURCES): Add it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bf205e6..eafc93f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,6 +42,7 @@ godir=$(libdir)/guile/2.0/ccache SOURCES = \ haunt/config.scm \ haunt/post.scm \ + haunt/reader.scm \ haunt/ui.scm \ haunt/ui/serve.scm \ haunt/serve/mime-types.scm \ -- cgit v1.2.3