diff options
author | Max Kellermann <max@duempel.org> | 2013-10-25 19:35:40 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-25 19:35:40 +0200 |
commit | 17dc638c18d7897ec851313df1103ded008366b0 (patch) | |
tree | 354342b73d67a9ecb3e9c5e27fbe8ddc34fae40f /Makefile.am | |
parent | d6e28c42e5c2bdab73d3553b21a09fa28dabd037 (diff) |
command: new command "readcomments" lists arbitrary file tags
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 39c2ee4db..dea7bdb56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,6 +85,7 @@ src_mpd_SOURCES = \ src/command/PlayerCommands.cxx src/command/PlayerCommands.hxx \ src/command/PlaylistCommands.cxx src/command/PlaylistCommands.hxx \ src/command/DatabaseCommands.cxx src/command/DatabaseCommands.hxx \ + src/command/FileCommands.cxx src/command/FileCommands.hxx \ src/command/OutputCommands.cxx src/command/OutputCommands.hxx \ src/command/MessageCommands.cxx src/command/MessageCommands.hxx \ src/command/OtherCommands.cxx src/command/OtherCommands.hxx \ |