aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-02 19:04:07 +0200
committerMax Kellermann <max@duempel.org>2012-08-02 19:14:40 +0200
commit8bdf7917c40968d19cc0ca8e8e6df8c6fcc462d1 (patch)
treecce8497421f2c9b58780cefbdd01699ffffe157a /Makefile.am
parent67d16a086e88e18b19d0596808de9abf9cee6535 (diff)
downloadmpd-8bdf7917c40968d19cc0ca8e8e6df8c6fcc462d1.tar.gz
mpd-8bdf7917c40968d19cc0ca8e8e6df8c6fcc462d1.tar.xz
mpd-8bdf7917c40968d19cc0ca8e8e6df8c6fcc462d1.zip
db_print: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d0b1b2db7..5c6139c8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -249,12 +249,13 @@ src_mpd_SOURCES = \
src/Directory.cxx \
src/directory_save.c \
src/DatabaseGlue.cxx \
+ src/DatabasePrint.cxx \
src/DatabaseQueue.cxx \
src/DatabasePlaylist.cxx \
src/db_error.h \
src/db_lock.c src/db_lock.h \
src/db_save.c src/db_save.h \
- src/db_print.c src/db_print.h \
+ src/db_print.h \
src/db_visitor.h \
src/DatabasePlugin.hxx \
src/DatabaseVisitor.hxx \