summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-10-23 07:41:32 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-10-23 07:41:32 -0400
commit808ea4175a2d91c1f21c2d0bf2c423da56172d25 (patch)
tree2e2b4519ae5c5c50210e96c2793410b3269b8ad9 /Makefile.am
parent34ec6b54f26445ff4a5d0740d477a06f55521f53 (diff)
Add beginnings of audio API bindings.
Just a first baby step. Nothing usable yet.
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 2e6e48b..40b1548 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,6 +51,7 @@ SOURCES = \
sdl2/surface.scm \
sdl2/render.scm \
sdl2/video.scm \
+ sdl2/audio.scm \
sdl2/events.scm \
sdl2/input/keyboard.scm \
sdl2/input/joystick.scm \