From 18a0b7ce6b6149cef351242def70a8fda0e85a84 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 10 Apr 2015 23:36:36 -0400 Subject: Add post module. * haunt/post.scm: New file. * Makefile.am (SOURCES): Add it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3