aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-25 17:32:58 +0100
committerMax Kellermann <max@duempel.org>2009-02-25 17:32:58 +0100
commit0cf4f09e4ffb4866eba5c4055fabfe1e60c780e4 (patch)
treebffb8f2c37f494233428bf51b5b8e98e23144c98 /Makefile.am
parent4726c7f709af4d0998b042fa74e1860953898458 (diff)
output_api: removed audio_output_get_name()
Use config_get_block_string("name") instead of audio_output_get_name().
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 11dab989..55e64a04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -422,7 +422,6 @@ OUTPUT_LIBS = \
$(SHOUT_LIBS)
OUTPUT_SRC = \
- src/output_api.c \
src/output_list.c \
src/output_all.c \
src/output_thread.c \