From 097e200a97dfda0844c93f53f1c0a1e6f5d07201 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 20 Oct 2009 21:23:05 +0200 Subject: mixer/{oss,alsa}: renamed the mixer source files --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3