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

* Makefile.am (ice9_sources): Added "time.scm".

This commit is contained in:
Marius Vollmer 2001-03-25 00:32:07 +00:00
parent 95a62aedd8
commit fb73809f98

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
buffered-input.scm time.scm
subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9
subpkgdata_DATA = $(ice9_sources)