diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-04-10 23:36:36 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-10 23:37:27 -0400 |
commit | 18a0b7ce6b6149cef351242def70a8fda0e85a84 (patch) | |
tree | de784dc39e12cd5138f7a803e6f254f634706af6 /Makefile.am | |
parent | 2a878fd9ee2d99cf3112768449e4a0c4c3e77d8b (diff) |
Add post module.
* haunt/post.scm: New file.
* Makefile.am (SOURCES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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 \ |