summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2019-01-09 17:44:26 -0500
committerDavid Thompson <dthompson2@worcester.edu>2020-04-07 16:10:23 -0400
commit8bba92a619b00277e31f14276d78e8cd531d426f (patch)
tree0beaf021ef5b68437101f3a88bf8f85d01e15c0c /Makefile.am
parenta8db2705551f1db80a072bf0bf8e21ffcce9c73e (diff)
audio: Add OpenAL bindings.
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 32c747d..f9776f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,6 +55,7 @@ SOURCES = \
chickadee/math/grid.scm \
chickadee/math/easings.scm \
chickadee/math/path-finding.scm \
+ chickadee/audio/openal.scm \
chickadee/render/color.scm \
chickadee/render/gl.scm \
chickadee/render/gpu.scm \