From 8bba92a619b00277e31f14276d78e8cd531d426f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 9 Jan 2019 17:44:26 -0500 Subject: audio: Add OpenAL bindings. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3