diff options
author | Max Kellermann <max@duempel.org> | 2008-09-12 14:59:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-12 14:59:53 +0200 |
commit | 7d3ca9c1ffa25c8fd8b53714fa67e140ae655381 (patch) | |
tree | fa9a60826c6f3b21ccb75218e38c6383b0114e27 /src/Makefile.am | |
parent | b0884ddd81eb2bbac1134d03cf929a592494fc66 (diff) | |
download | mpd-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 '')
-rw-r--r-- | src/Makefile.am | 1 |
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 \ |