From fb73809f98ad244f063792641adf6d1645f32262 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 25 Mar 2001 00:32:07 +0000 Subject: [PATCH] * Makefile.am (ice9_sources): Added "time.scm". --- ice-9/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am index b3c276242..cd68f6ca9 100644 --- a/ice-9/Makefile.am +++ b/ice-9/Makefile.am @@ -31,7 +31,7 @@ ice9_sources = \ rdelim.scm receive.scm srfi-8.scm regex.scm runq.scm \ safe-r5rs.scm safe.scm session.scm slib.scm stack-catch.scm \ streams.scm string-fun.scm syncase.scm tags.scm threads.scm \ - buffered-input.scm + buffered-input.scm time.scm subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9 subpkgdata_DATA = $(ice9_sources)