summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Andy Wingo2010-12-03 19:59:32 +0100
committerGravatar Andy Wingo2010-12-03 19:59:32 +0100
commitc099b9532c890a1e4bdbe79cbf320c36ad3c30d3 (patch)
treeb2ac2faa2328948b21f9dbe45d6b3cf80220b3d7 /Makefile.am
parent55617ccff21f6261109882c85b9bfbe9c154275e (diff)
downloadtekuti-c099b9532c890a1e4bdbe79cbf320c36ad3c30d3.tar.gz
tekuti-c099b9532c890a1e4bdbe79cbf320c36ad3c30d3.zip
add a simple cache
* tekuti/cache.scm: Add a simple cache.
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 214334d..7f34647 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,7 @@ moddir=$(prefix)/share/guile/site
SOURCES = \
tekuti/base64.scm \
tekuti/boot.scm \
+ tekuti/cache.scm \
tekuti/comment.scm \
tekuti/config.scm \
tekuti/filters.scm \