summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6fc0298..7fc9c8c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,6 +65,14 @@ SOURCES += \
endif
+if WITH_LIBSDL2_MIXER
+
+SOURCES += \
+ sdl2/bindings/mixer.scm \
+ sdl2/mixer.scm
+
+endif
+
EXTRA_DIST += \
pre-inst-env.in \
README \