summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2021-04-27 22:15:33 +0200
committerAndy Wingo <wingo@pobox.com>2021-04-27 22:16:48 +0200
commite49794a3bbfe6bfe05825967727584e96f168bf7 (patch)
tree3e65ef3dde88abb0dbd713954e76bd6386981f20
parent102f0da664df80b55c1fc5b4c62ec55603f239d9 (diff)
downloadguile-e49794a3bbfe6bfe05825967727584e96f168bf7.tar.gz
Add ice-9/read.scm to extra_dist
* module/Makefile.am (NOCOMP_SOURCES): Add ice-9/read.scm.
-rw-r--r--module/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/Makefile.am b/module/Makefile.am
index 85c03d6f1..41b77095b 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -398,6 +398,7 @@ ELISP_SOURCES = \
NOCOMP_SOURCES = \
ice-9/match.upstream.scm \
ice-9/psyntax.scm \
+ ice-9/read.scm \
ice-9/r6rs-libraries.scm \
ice-9/r7rs-libraries.scm \
ice-9/quasisyntax.scm \