From 0b8d495236d2a686a9b4925ca998fa4750e99da3 Mon Sep 17 00:00:00 2001 From: Keisuke Nishida Date: Wed, 25 Apr 2001 14:19:28 +0000 Subject: [PATCH] (ice9_sources): Include channel.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 1a07748ce..240159059 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 time.scm history.scm + buffered-input.scm time.scm history.scm channel.scm subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9 subpkgdata_DATA = $(ice9_sources)