summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-04-10 23:36:36 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-04-10 23:37:27 -0400
commit18a0b7ce6b6149cef351242def70a8fda0e85a84 (patch)
treede784dc39e12cd5138f7a803e6f254f634706af6 /Makefile.am
parent2a878fd9ee2d99cf3112768449e4a0c4c3e77d8b (diff)
Add post module.
* haunt/post.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 65d1d81..bf205e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,7 @@ godir=$(libdir)/guile/2.0/ccache
SOURCES = \
haunt/config.scm \
+ haunt/post.scm \
haunt/ui.scm \
haunt/ui/serve.scm \
haunt/serve/mime-types.scm \