diff options
author | Max Kellermann <max@duempel.org> | 2013-12-02 12:00:32 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-02 12:50:27 +0100 |
commit | 2b717997e2d09d18e569cd36524aef0f8a3b1716 (patch) | |
tree | b50039f8a33b9cb4f0a758566e46900f2b909923 /Makefile.am | |
parent | 20ebacf489333933ce752d66ffb6068434a846f5 (diff) | |
download | mpd-2b717997e2d09d18e569cd36524aef0f8a3b1716.tar.gz mpd-2b717997e2d09d18e569cd36524aef0f8a3b1716.tar.xz mpd-2b717997e2d09d18e569cd36524aef0f8a3b1716.zip |
command: add commands "addtagid", "cleartagid"
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6df01b4f2..560c01c56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,6 +82,7 @@ src_mpd_SOURCES = \ src/command/CommandError.cxx src/command/CommandError.hxx \ src/command/AllCommands.cxx src/command/AllCommands.hxx \ src/command/QueueCommands.cxx src/command/QueueCommands.hxx \ + src/command/TagCommands.cxx src/command/TagCommands.hxx \ src/command/PlayerCommands.cxx src/command/PlayerCommands.hxx \ src/command/PlaylistCommands.cxx src/command/PlaylistCommands.hxx \ src/command/DatabaseCommands.cxx src/command/DatabaseCommands.hxx \ @@ -170,6 +171,7 @@ src_mpd_SOURCES = \ src/PlaylistGlobal.cxx src/PlaylistGlobal.hxx \ src/PlaylistControl.cxx \ src/PlaylistEdit.cxx \ + src/PlaylistTag.cxx \ src/PlaylistPrint.cxx src/PlaylistPrint.hxx \ src/PlaylistSave.cxx src/PlaylistSave.hxx \ src/PlaylistMapper.cxx src/PlaylistMapper.hxx \ |