aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-20 21:23:05 +0200
committerMax Kellermann <max@duempel.org>2009-10-20 21:23:05 +0200
commit097e200a97dfda0844c93f53f1c0a1e6f5d07201 (patch)
tree958b079c42f9e4b80d65451794755c8aa4b76970 /Makefile.am
parentbd28caed3c650101ee4d19b9b0d985609f1a97cf (diff)
downloadmpd-097e200a97dfda0844c93f53f1c0a1e6f5d07201.tar.gz
mpd-097e200a97dfda0844c93f53f1c0a1e6f5d07201.tar.xz
mpd-097e200a97dfda0844c93f53f1c0a1e6f5d07201.zip
mixer/{oss,alsa}: renamed the mixer source files
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