diff options
-rw-r--r-- | ice-9/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |