aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-12 14:59:53 +0200
committerMax Kellermann <max@duempel.org>2008-09-12 14:59:53 +0200
commit7d3ca9c1ffa25c8fd8b53714fa67e140ae655381 (patch)
treefa9a60826c6f3b21ccb75218e38c6383b0114e27 /src/Makefile.am
parentb0884ddd81eb2bbac1134d03cf929a592494fc66 (diff)
downloadmpd-7d3ca9c1ffa25c8fd8b53714fa67e140ae655381.tar.gz
mpd-7d3ca9c1ffa25c8fd8b53714fa67e140ae655381.tar.xz
mpd-7d3ca9c1ffa25c8fd8b53714fa67e140ae655381.zip
shout: moved declarations to audioOutput_shout.h
Prepare the split of the shout plugin into multiple sources: move all important declarations to audioOutput_shout.h.
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 fb1508d43..ee20c593f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,6 +36,7 @@ mpd_headers = \
output_api.h \
output_list.h \
output_control.h \
+ audioOutputs/audioOutput_shout.h \
buffer2array.h \
charConv.h \
command.h \