summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2017-04-01 14:28:29 -0400
committerDavid Thompson <dthompson2@worcester.edu>2017-04-01 14:32:30 -0400
commitcdee6cb46427f685db8df2de04ece5ea47db86d3 (patch)
treec1eeb3535b14b55c28bc12d7a30ebfecaa403ab0 /Makefile.am
parent8ac631655dd14a375396682bbd6fb10a7415850e (diff)
Add array list module.
* chickadee/array-list.scm: New file. * Makefile.am (SOURCES): Add it.
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 536217b..f185849 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,7 @@ SOURCES = \
chickadee/config.scm \
chickadee/utils.scm \
chickadee/heap.scm \
+ chickadee/array-list.scm \
chickadee/audio.scm \
chickadee/input/controller.scm \
chickadee/input/keyboard.scm \