summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2017-01-19 09:19:18 -0500
committerDavid Thompson <dthompson2@worcester.edu>2017-01-19 09:19:18 -0500
commit7977df50a85b94c188d3b190c56fef8cf4882ecf (patch)
tree481b9ee018082d7468d9287a5621de094188976a /Makefile.am
parent7adf3c594013fa67c1749c9655c1f4bea6b7ea5c (diff)
Add utils module.
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 b29464b..7838b0b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,6 +40,7 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache
SOURCES = \
chickadee/config.scm \
+ chickadee/utils.scm \
chickadee/input/controller.scm \
chickadee/math.scm \
chickadee/math/vector.scm \