diff options
author | Max Kellermann <max@duempel.org> | 2012-08-02 19:04:07 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-02 19:14:40 +0200 |
commit | 8bdf7917c40968d19cc0ca8e8e6df8c6fcc462d1 (patch) | |
tree | cce8497421f2c9b58780cefbdd01699ffffe157a /Makefile.am | |
parent | 67d16a086e88e18b19d0596808de9abf9cee6535 (diff) | |
download | mpd-8bdf7917c40968d19cc0ca8e8e6df8c6fcc462d1.tar.gz mpd-8bdf7917c40968d19cc0ca8e8e6df8c6fcc462d1.tar.xz mpd-8bdf7917c40968d19cc0ca8e8e6df8c6fcc462d1.zip |
db_print: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 \ |