diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-04-10 23:39:07 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-10 23:39:07 -0400 |
commit | aa7aae9d3e168a903ce25a2ecc992f2c36700925 (patch) | |
tree | be930afa688b110d7275e17ad5218faea9bb9902 /Makefile.am | |
parent | dda114b4103d86f5c88af01c49c920301e04b13e (diff) |
Add page module.
* haunt/page.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 eafc93f..b1924da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ SOURCES = \ haunt/config.scm \ haunt/post.scm \ haunt/reader.scm \ + haunt/page.scm \ haunt/ui.scm \ haunt/ui/serve.scm \ haunt/serve/mime-types.scm \ |