aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-20 21:05:11 +0200
committerMax Kellermann <max@duempel.org>2009-10-20 21:05:11 +0200
commitbc4266bef8b4997332de706be28904d8b8f7d593 (patch)
treed613262e3d780497a412bdf83c928665c554b293 /Makefile.am
parentbc629c8a3e5f90c827cc3ad2d896d2d0737e3d62 (diff)
downloadmpd-bc4266bef8b4997332de706be28904d8b8f7d593.tar.gz
mpd-bc4266bef8b4997332de706be28904d8b8f7d593.tar.xz
mpd-bc4266bef8b4997332de706be28904d8b8f7d593.zip
pulse: renamed 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 84261fa64..0282be27c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -622,8 +622,8 @@ OUTPUT_SRC += src/output/osx_plugin.c
endif
if HAVE_PULSE
-OUTPUT_SRC += src/output/pulse_plugin.c
-MIXER_SRC += src/mixer/pulse_mixer.c
+OUTPUT_SRC += src/output/pulse_output_plugin.c
+MIXER_SRC += src/mixer/pulse_mixer_plugin.c
endif
if HAVE_SHOUT