1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

Added list.scm to ice9_sources.

This commit is contained in:
Mikael Djurfeldt 2003-04-06 14:54:43 +00:00
parent c5f268f895
commit ee19288c3e

View file

@ -35,7 +35,7 @@ ice9_sources = \
streams.scm string-fun.scm syncase.scm threads.scm \
buffered-input.scm time.scm history.scm channel.scm \
pretty-print.scm ftw.scm gap-buffer.scm occam-channel.scm \
weak-vector.scm deprecated.scm
weak-vector.scm deprecated.scm list.scm
subpkgdatadir = $(pkgdatadir)/${GUILE_EFFECTIVE_VERSION}/ice-9
subpkgdata_DATA = $(ice9_sources)