aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-04-26 22:59:21 +0200
committerMax Kellermann <max@duempel.org>2014-04-26 22:59:21 +0200
commitfcb55f841ae4772ee94f80eed5b45947ef644337 (patch)
tree3f3b2f09d055439febb9b3a973578f60ad25d823 /Makefile.am
parent154e601f4e99e5334005279eb64ba6a541d9e844 (diff)
downloadmpd-fcb55f841ae4772ee94f80eed5b45947ef644337.tar.gz
mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.tar.xz
mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.zip
DatabasePrint: move PrintSongCount() to Count.cxx
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 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 \