summaryrefslogtreecommitdiff
path: root/module/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-05-13 09:22:36 +0200
committerAndy Wingo <wingo@pobox.com>2016-05-13 09:22:36 +0200
commit704c42870d63eb469c52375575d1a8e3f8eadce3 (patch)
tree03c0531f3efad49f702ec35438137ab32bbd7be6 /module/Makefile.am
parentd1bb400c3f378f28a72eb9e39178d9fed1d44b2d (diff)
downloadguile-704c42870d63eb469c52375575d1a8e3f8eadce3.tar.gz
Add (ice-9 sports) module
* module/ice-9/sports.scm: New module. * module/Makefile.am (SOURCES): Add new module.
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 71b265ae4..7f8284e18 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -106,6 +106,7 @@ SOURCES = \
ice-9/serialize.scm \
ice-9/session.scm \
ice-9/slib.scm \
+ ice-9/sports.scm \
ice-9/stack-catch.scm \
ice-9/streams.scm \
ice-9/string-fun.scm \