summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2019-01-09 20:25:45 -0500
committerDavid Thompson <dthompson2@worcester.edu>2020-04-07 16:10:23 -0400
commitd5637f0c8d51eca4d7fe14d1e2b9c5c8bc0121b3 (patch)
treeb216d35d19b88e809706b478015348af30a17026 /Makefile.am
parent8bba92a619b00277e31f14276d78e8cd531d426f (diff)
audio: Add WAV module.
* chickadee/audio/wav.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 f9776f8..765a488 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,7 @@ SOURCES = \
chickadee/math/easings.scm \
chickadee/math/path-finding.scm \
chickadee/audio/openal.scm \
+ chickadee/audio/wav.scm \
chickadee/render/color.scm \
chickadee/render/gl.scm \
chickadee/render/gpu.scm \