diff options
Diffstat (limited to 'am')
-rw-r--r-- | am/bootstrap.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/am/bootstrap.am b/am/bootstrap.am index df6d19bfe..8d14e1bd1 100644 --- a/am/bootstrap.am +++ b/am/bootstrap.am @@ -150,7 +150,6 @@ SOURCES = \ ice-9/getopt-long.scm \ ice-9/guardians.scm \ ice-9/hash-table.scm \ - ice-9/hcons.scm \ ice-9/history.scm \ ice-9/i18n.scm \ ice-9/iconv.scm \ @@ -160,6 +159,7 @@ SOURCES = \ ice-9/match.scm \ ice-9/networking.scm \ ice-9/null.scm \ + ice-9/object-properties.scm \ ice-9/occam-channel.scm \ ice-9/optargs.scm \ ice-9/peg.scm \ @@ -190,6 +190,7 @@ SOURCES = \ ice-9/session.scm \ ice-9/slib.scm \ ice-9/soft-ports.scm \ + ice-9/source-properties.scm \ ice-9/stack-catch.scm \ ice-9/streams.scm \ ice-9/string-fun.scm \ @@ -200,6 +201,7 @@ SOURCES = \ ice-9/top-repl.scm \ ice-9/unicode.scm \ ice-9/vlist.scm \ + ice-9/weak-tables.scm \ ice-9/weak-vector.scm \ \ language/brainfuck/parse.scm \ |