summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-04-11 10:52:41 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-04-11 15:10:45 -0400
commit0b5bdd9f01705c4de45d375a3573670a88826aff (patch)
tree2f3b15d6bec91afbfef5bd7d2481432da5485f5a /Makefile.am
parent65c6ca5f0bba24e592aace1283d2ce0375c92df9 (diff)
Add utils module.
* haunt/utils.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 c9f0a3a..74419d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,7 @@ godir=$(libdir)/guile/2.0/ccache
SOURCES = \
haunt/config.scm \
+ haunt/utils.scm \
haunt/post.scm \
haunt/reader.scm \
haunt/page.scm \