From 808ea4175a2d91c1f21c2d0bf2c423da56172d25 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 23 Oct 2022 07:41:32 -0400 Subject: Add beginnings of audio API bindings. Just a first baby step. Nothing usable yet. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3