1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

(ice9_sources): Include channel.scm.

This commit is contained in:
Keisuke Nishida 2001-04-25 14:19:28 +00:00
parent 37052e6073
commit 0b8d495236

View file

@ -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)