diff options
author | David Thompson <dthompson2@worcester.edu> | 2019-01-09 17:44:26 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-04-07 16:10:23 -0400 |
commit | 8bba92a619b00277e31f14276d78e8cd531d426f (patch) | |
tree | 0beaf021ef5b68437101f3a88bf8f85d01e15c0c /Makefile.am | |
parent | a8db2705551f1db80a072bf0bf8e21ffcce9c73e (diff) |
audio: Add OpenAL bindings.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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 \ |