summaryrefslogtreecommitdiff
path: root/module/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2017-10-25 12:24:49 +0200
committerAndy Wingo <wingo@pobox.com>2017-10-25 12:55:30 +0200
commit38c6f6fabf7161de052d0784d5e347f984cff04a (patch)
tree02b3d137e6b7af3e373e1e09c150d007b40b7962 /module/Makefile.am
parenta7f9c32816f3569a60b088171a9a4313ed0dee70 (diff)
downloadguile-38c6f6fabf7161de052d0784d5e347f984cff04a.tar.gz
Add (system base types internal).
* module/system/base/types/internal.scm: New file, extracted from (system base types). * module/system/base/types.scm: Use (system base types internal) and adapt to %tc1-pair, %tc2-inum, and %tc3-heap-object name changes. * module/Makefile.am (SOURCES): * am/bootstrap.am (SOURCES): Add new file.
Diffstat (limited to 'module/Makefile.am')
-rw-r--r--module/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/Makefile.am b/module/Makefile.am
index 8a8eab583..ef8e7c117 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in.
##
## Copyright (C) 2009, 2010, 2011, 2012, 2013,
-## 2014, 2015 Free Software Foundation, Inc.
+## 2014, 2015, 2017 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -304,6 +304,7 @@ SOURCES = \
system/base/message.scm \
system/base/target.scm \
system/base/types.scm \
+ system/base/types/internal.scm \
system/base/ck.scm \
\
system/foreign.scm \