diff options
author | Max Kellermann <max@duempel.org> | 2014-02-19 09:08:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-19 09:22:08 +0100 |
commit | 0bbfb28992d0684a59fd518a4e16333d82bcf716 (patch) | |
tree | f009e50f1f173c3d8bb6dc4f082c4f94036ea6e0 /Makefile.am | |
parent | ee7bd695fd31d164a8a3ade1c2fb7fe019744ceb (diff) | |
download | mpd-0bbfb28992d0684a59fd518a4e16333d82bcf716.tar.gz mpd-0bbfb28992d0684a59fd518a4e16333d82bcf716.tar.xz mpd-0bbfb28992d0684a59fd518a4e16333d82bcf716.zip |
output/httpd: move to dedicated directory
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index 869736ff9..b75fbf69a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -131,7 +131,6 @@ src_mpd_SOURCES = \ src/MusicPipe.cxx src/MusicPipe.hxx \ src/MusicChunk.cxx src/MusicChunk.hxx \ src/Mapper.cxx src/Mapper.hxx \ - src/Page.cxx src/Page.hxx \ src/Partition.cxx src/Partition.hxx \ src/Permission.cxx src/Permission.hxx \ src/PlayerThread.cxx src/PlayerThread.hxx \ @@ -1130,12 +1129,14 @@ endif if ENABLE_HTTPD_OUTPUT liboutput_plugins_a_SOURCES += \ - src/IcyMetaDataServer.cxx src/IcyMetaDataServer.hxx \ - src/output/plugins/HttpdInternal.hxx \ - src/output/plugins/HttpdClient.cxx \ - src/output/plugins/HttpdClient.hxx \ - src/output/plugins/HttpdOutputPlugin.cxx \ - src/output/plugins/HttpdOutputPlugin.hxx + src/output/plugins/httpd/IcyMetaDataServer.cxx \ + src/output/plugins/httpd/IcyMetaDataServer.hxx \ + src/output/plugins/httpd/Page.cxx src/output/plugins/httpd/Page.hxx \ + src/output/plugins/httpd/HttpdInternal.hxx \ + src/output/plugins/httpd/HttpdClient.cxx \ + src/output/plugins/httpd/HttpdClient.hxx \ + src/output/plugins/httpd/HttpdOutputPlugin.cxx \ + src/output/plugins/httpd/HttpdOutputPlugin.hxx endif if ENABLE_SOLARIS_OUTPUT @@ -1659,7 +1660,6 @@ test_run_output_SOURCES = test/run_output.cxx \ src/CheckAudioFormat.cxx \ src/AudioFormat.cxx \ src/AudioParser.cxx \ - src/Page.cxx \ src/output/Domain.cxx \ src/output/Init.cxx src/output/Finish.cxx src/output/Registry.cxx \ src/output/OutputPlugin.cxx \ |