summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2017-09-13 21:41:26 -0400
committerDavid Thompson <dthompson2@worcester.edu>2017-09-13 22:02:39 -0400
commit045a5ac770eb773d915db8270c6608f4a65c5ec5 (patch)
treece69709668e480bbea279a7248c4a71d3caba983 /Makefile.am
parent1a2e71e76e964f62ea2a49715050ee5a51638df5 (diff)
Add JSON parser.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index abbdba0..b8e6f19 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,7 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache
SOURCES = \
chickadee/config.scm \
chickadee/utils.scm \
+ chickadee/json.scm \
chickadee/heap.scm \
chickadee/array-list.scm \
chickadee/queue.scm \