aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-25 19:35:40 +0200
committerMax Kellermann <max@duempel.org>2013-10-25 19:35:40 +0200
commit17dc638c18d7897ec851313df1103ded008366b0 (patch)
tree354342b73d67a9ecb3e9c5e27fbe8ddc34fae40f /Makefile.am
parentd6e28c42e5c2bdab73d3553b21a09fa28dabd037 (diff)
downloadmpd-17dc638c18d7897ec851313df1103ded008366b0.tar.gz
mpd-17dc638c18d7897ec851313df1103ded008366b0.tar.xz
mpd-17dc638c18d7897ec851313df1103ded008366b0.zip
command: new command "readcomments" lists arbitrary file tags
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
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 \