From c099b9532c890a1e4bdbe79cbf320c36ad3c30d3 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 3 Dec 2010 19:59:32 +0100 Subject: add a simple cache * tekuti/cache.scm: Add a simple cache. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf