summaryrefslogtreecommitdiff
path: root/module/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-07-01 23:27:57 +0200
committerAndy Wingo <wingo@pobox.com>2018-08-07 12:32:58 +0200
commitaec899daf62737d6818b9c5ddc39b126e3d66274 (patch)
treec3da742eb292dda4e600788ee0333cb91f7d752a /module/Makefile.am
parent8abd1c286cdef0fafc2562cfa40d8056ce7b08e1 (diff)
downloadguile-aec899daf62737d6818b9c5ddc39b126e3d66274.tar.gz
build: Really build srfi/srfi-71.scm.
Commit eb90831ce81bcb85ae96d27011ebe71955cdf75d added it to the wrong makefile. * module/Makefile.am (SOURCES): Add srfi/srfi-71.scm. * module/srfi/Makefile.am: Remove. It's a leftover from the 2009 build system rework in commit 3bb299b3f0d5b31957a6447d095ed723268019be.
Diffstat (limited to 'module/Makefile.am')
-rw-r--r--module/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/Makefile.am b/module/Makefile.am
index 3d105f11b..887d45a88 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -289,6 +289,7 @@ SOURCES = \
srfi/srfi-64.scm \
srfi/srfi-67.scm \
srfi/srfi-69.scm \
+ srfi/srfi-71.scm \
srfi/srfi-88.scm \
srfi/srfi-98.scm \
srfi/srfi-111.scm \