aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0282be27c..ad39b8f3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -585,7 +585,7 @@ MIXER_SRC = \
if HAVE_ALSA
OUTPUT_SRC += src/output/alsa_plugin.c
-MIXER_SRC += src/mixer/alsa_mixer.c
+MIXER_SRC += src/mixer/alsa_mixer_plugin.c
endif
if HAVE_AO
@@ -610,7 +610,7 @@ endif
if HAVE_OSS
OUTPUT_SRC += src/output/oss_plugin.c
-MIXER_SRC += src/mixer/oss_mixer.c
+MIXER_SRC += src/mixer/oss_mixer_plugin.c
endif
if HAVE_OPENAL