aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-04-03 02:40:03 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-04-05 05:11:30 +0900
commit486bccd1448c5b55fea52cb6b7b4a3bcc2cc24c4 (patch)
tree3d1afc148e1f65664019be6ae7bc58b2c6c9c9d1 /Makefile.am
parent30a87b89d66252058d4751e2820316d033311fbf (diff)
Add (sicp-picture-language) module.v0.2.0
* sicp-picture-language.scm: New file. * configure.ac (AC_INIT): Version up `0.1.0` to `0.2.0`. * configure.ac (AC_CONFIG_SRCDIR): Set `sicp-picture-language.scm` file. * guix.scm (version): Version up `0.1.0` to `0.2.0`. * Makefile.am (SOURCE): Add `sicp-picture-language` file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c917786..70d2464 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,8 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
bin_SCRIPTS =
-SOURCES =
+SOURCES = \
+ sicp-picture-language.scm
TESTS =