summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-04-11 08:36:35 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-04-11 08:36:35 -0400
commite5d6d820ae59be8922eae26a10a4c5358114e46d (patch)
tree9710df47590a0d09410b2fc4416c3c5df2f44157 /Makefile.am
parente3a548b777085a31b043de27ff7c494516d186c8 (diff)
Add site module.
* haunt/site.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 4b685f3..c9f0a3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,7 @@ SOURCES = \
haunt/post.scm \
haunt/reader.scm \
haunt/page.scm \
+ haunt/site.scm \
haunt/build/html.scm \
haunt/ui.scm \
haunt/ui/serve.scm \