summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-04-10 23:34:58 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-04-10 23:37:42 -0400
commitdda114b4103d86f5c88af01c49c920301e04b13e (patch)
tree3a403abf041e1219a6a3b94bfb73bab74edc0761 /Makefile.am
parent18a0b7ce6b6149cef351242def70a8fda0e85a84 (diff)
Add reader module.
* haunt/reader.scm: New file. * Makefile.am (SOURCES): Add it.
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 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 \