diff options
author | Max Kellermann <max@duempel.org> | 2014-02-01 00:26:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-04 11:22:33 +0100 |
commit | cf6281a5a758e4b93d67f7fd5804a8cff60ddbf9 (patch) | |
tree | 7368011b1ecf5ae6db6dcafb676fddf03ff9d823 /Makefile.am | |
parent | f00710a57e80738c33255eaa1347ab776fbce869 (diff) | |
download | mpd-cf6281a5a758e4b93d67f7fd5804a8cff60ddbf9.tar.gz mpd-cf6281a5a758e4b93d67f7fd5804a8cff60ddbf9.tar.xz mpd-cf6281a5a758e4b93d67f7fd5804a8cff60ddbf9.zip |
Instance: add Database attribute
Move from db/DatabaseGlue.cxx, eliminating global variable.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6f2e9e388..5e3f3b260 100644 --- a/Makefile.am +++ b/Makefile.am @@ -205,7 +205,6 @@ src_mpd_SOURCES += \ src/db/Uri.hxx \ src/db/Directory.cxx src/db/Directory.hxx \ src/db/DirectorySave.cxx src/db/DirectorySave.hxx \ - src/db/DatabaseSimple.hxx \ src/db/DatabaseGlue.cxx src/db/DatabaseGlue.hxx \ src/db/DatabaseSong.cxx src/db/DatabaseSong.hxx \ src/db/DatabasePrint.cxx src/db/DatabasePrint.hxx \ |