diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-05-05 18:49:10 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-05-05 18:49:10 -0400 |
commit | a5b23f4a19c3f31c398a28b502f2dde3aeabe1b0 (patch) | |
tree | c7d094d4b750d3952b7698a069c87661cf9f9e1c /Makefile.am | |
parent | dcc0d6133baf1d452b7e16e506bd88fad7e15ab7 (diff) |
Add base64 module.
Snarfed from Guix.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a773eaf..430c3d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ SOURCES = \ chickadee/utils.scm \ chickadee/game-loop.scm \ chickadee/json.scm \ + chickadee/base64.scm \ chickadee/heap.scm \ chickadee/array-list.scm \ chickadee/queue.scm \ |