aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-21 23:40:52 +0200
committerMax Kellermann <max@duempel.org>2013-10-21 23:40:52 +0200
commit1e2cda923970057cfab700422ec27f94e7458c25 (patch)
tree9ff3a122134aed70fbd3208c6e34ef678f5991bc /Makefile.am
parent20cba9e89f80d788a1cc65473865f52de94ea451 (diff)
downloadmpd-1e2cda923970057cfab700422ec27f94e7458c25.tar.gz
mpd-1e2cda923970057cfab700422ec27f94e7458c25.tar.xz
mpd-1e2cda923970057cfab700422ec27f94e7458c25.zip
Partition: add methods TagModified(), SyncWithPlayer()
Move code from class Instance.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4a649ba4b..ecc86d904 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -159,7 +159,7 @@ src_mpd_SOURCES = \
src/MusicChunk.cxx src/MusicChunk.hxx \
src/Mapper.cxx src/Mapper.hxx \
src/Page.cxx src/Page.hxx \
- src/Partition.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 \