diff options
author | Max Kellermann <max@duempel.org> | 2014-02-09 08:24:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-09 11:07:08 +0100 |
commit | 73aec9ce6317abf6982d32bc6b8a39f50d229900 (patch) | |
tree | 4a7a4184007abd4ef91c46eea91017af12ab15f8 /Makefile.am | |
parent | a9fefcf6008cd6dbefdd5bd1b3a49e093ae9dcf5 (diff) | |
download | mpd-73aec9ce6317abf6982d32bc6b8a39f50d229900.tar.gz mpd-73aec9ce6317abf6982d32bc6b8a39f50d229900.tar.xz mpd-73aec9ce6317abf6982d32bc6b8a39f50d229900.zip |
StorageCommands: expose the "mount" command
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 bffd649bc..b8a709c07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -188,6 +188,7 @@ if ENABLE_DATABASE src_mpd_SOURCES += \ src/PlaylistUpdate.cxx \ src/PlaylistDatabase.cxx src/PlaylistDatabase.hxx \ + src/command/StorageCommands.cxx src/command/StorageCommands.hxx \ src/command/DatabaseCommands.cxx src/command/DatabaseCommands.hxx \ src/db/LightSong.cxx src/db/LightSong.hxx \ src/db/LightDirectory.hxx \ |