diff options
author | Max Kellermann <max@duempel.org> | 2013-01-04 22:42:05 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-05 02:43:00 +0100 |
commit | d536944beb783ec098aa6215fc94d8e60cfd310d (patch) | |
tree | b86702e5d0142cfe3c8bb22a9a4f8ea2034cb51b /Makefile.am | |
parent | 1a8ef3cdab39234e91fe9d91dad2ae004e4537dc (diff) | |
download | mpd-d536944beb783ec098aa6215fc94d8e60cfd310d.tar.gz mpd-d536944beb783ec098aa6215fc94d8e60cfd310d.tar.xz mpd-d536944beb783ec098aa6215fc94d8e60cfd310d.zip |
Partition: new class, container for Playlist and PlayerControl
This is the beginning of multi-player support. There will be support
for multiple Partition objects in one MPD process.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ebb7fdf2d..d4761c950 100644 --- a/Makefile.am +++ b/Makefile.am @@ -262,6 +262,7 @@ src_mpd_SOURCES = \ src/path.c \ src/Mapper.cxx src/Mapper.hxx \ src/page.c \ + src/Partition.hxx \ src/Permission.cxx src/Permission.hxx \ src/PlayerThread.cxx src/PlayerThread.hxx \ src/PlayerControl.cxx src/PlayerControl.hxx \ |