aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-24 07:20:37 +0200
committerMax Kellermann <max@duempel.org>2008-09-24 07:20:37 +0200
commit3be5db04308d2fb233b33a82089cd9afacf68cc9 (patch)
tree6f24df6b003fd06cf4271264a7d27f8ed05709af /src/Makefile.am
parent2403d32a5007572f853c7782957f86aedf3d3aff (diff)
output: added audio_output_get_name()
Reduce direct accesses to the audio_output struct from the plugins: this time, eliminate all accesses to audio_output.name. The name is required by some plugins for log messages.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2069c45c..8c9508a2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -114,6 +114,7 @@ mpd_SOURCES = \
notify.c \
audio.c \
audioOutput.c \
+ output_api.c \
output_list.c \
output_thread.c \
output_control.c \