aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-08-15 15:55:46 +0200
committerMax Kellermann <max@duempel.org>2015-08-15 15:55:46 +0200
commit5fba8d773c3f6ea35a2934baa91372806f1c9940 (patch)
tree8afb1d6383f4bac521b7aa544f823a698e5a479d /Makefile.am
parent36cd73df51c6bae6b283f1bf14704d86ad98b3c5 (diff)
downloadmpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.tar.gz
mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.tar.xz
mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.zip
PlayerThread, ...: move to src/player/
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 6e56b0a6b..d4f5e5090 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -95,7 +95,6 @@ libmpd_a_SOURCES = \
src/command/OtherCommands.cxx src/command/OtherCommands.hxx \
src/command/CommandListBuilder.cxx src/command/CommandListBuilder.hxx \
src/Idle.cxx src/Idle.hxx \
- src/CrossFade.cxx src/CrossFade.hxx \
src/decoder/DecoderError.cxx src/decoder/DecoderError.hxx \
src/decoder/DecoderThread.cxx src/decoder/DecoderThread.hxx \
src/decoder/DecoderCommand.hxx \
@@ -140,9 +139,10 @@ libmpd_a_SOURCES = \
src/Mapper.cxx src/Mapper.hxx \
src/Partition.cxx src/Partition.hxx \
src/Permission.cxx src/Permission.hxx \
- src/PlayerThread.cxx src/PlayerThread.hxx \
- src/PlayerControl.cxx src/PlayerControl.hxx \
- src/PlayerListener.hxx \
+ src/player/CrossFade.cxx src/player/CrossFade.hxx \
+ src/player/Thread.cxx src/player/Thread.hxx \
+ src/player/Control.cxx src/player/Control.hxx \
+ src/player/Listener.hxx \
src/PlaylistError.cxx src/PlaylistError.hxx \
src/PlaylistGlobal.cxx src/PlaylistGlobal.hxx \
src/PlaylistPrint.cxx src/PlaylistPrint.hxx \