diff options
author | Max Kellermann <max@duempel.org> | 2014-04-26 22:59:21 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-04-26 22:59:21 +0200 |
commit | fcb55f841ae4772ee94f80eed5b45947ef644337 (patch) | |
tree | 3f3b2f09d055439febb9b3a973578f60ad25d823 /Makefile.am | |
parent | 154e601f4e99e5334005279eb64ba6a541d9e844 (diff) | |
download | mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.tar.gz mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.tar.xz mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.zip |
DatabasePrint: move PrintSongCount() to Count.cxx
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 969011849..a7a7bef1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -194,6 +194,7 @@ libmpd_a_SOURCES += \ src/queue/PlaylistUpdate.cxx \ src/command/StorageCommands.cxx src/command/StorageCommands.hxx \ src/command/DatabaseCommands.cxx src/command/DatabaseCommands.hxx \ + src/db/Count.cxx src/db/Count.hxx \ src/db/LightSong.cxx src/db/LightSong.hxx \ src/db/LightDirectory.hxx \ src/db/update/UpdateDomain.cxx src/db/update/UpdateDomain.hxx \ |