summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-04-10 23:39:07 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-04-10 23:39:07 -0400
commitaa7aae9d3e168a903ce25a2ecc992f2c36700925 (patch)
treebe930afa688b110d7275e17ad5218faea9bb9902 /Makefile.am
parentdda114b4103d86f5c88af01c49c920301e04b13e (diff)
Add page module.
* haunt/page.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 eafc93f..b1924da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,7 @@ SOURCES = \
haunt/config.scm \
haunt/post.scm \
haunt/reader.scm \
+ haunt/page.scm \
haunt/ui.scm \
haunt/ui/serve.scm \
haunt/serve/mime-types.scm \