aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-10 23:21:53 +0100
committerMax Kellermann <max@duempel.org>2014-01-11 01:25:22 +0100
commit8351543c0f43ee281032ef712cc5168beb662d31 (patch)
tree8e7d24fe3a389fb8214da283951b511fac6e9492 /Makefile.am
parent8add78ed5e2efd5421632baf45c3f1d64b43e771 (diff)
downloadmpd-8351543c0f43ee281032ef712cc5168beb662d31.tar.gz
mpd-8351543c0f43ee281032ef712cc5168beb662d31.tar.xz
mpd-8351543c0f43ee281032ef712cc5168beb662d31.zip
db/upnp: move lazy Open() call to new class LazyDatabase
Generic approach for the workaround.
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 66186ec9c..d45833c8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -397,6 +397,7 @@ libfs_a_SOURCES = \
libdb_plugins_a_SOURCES = \
src/DatabaseRegistry.cxx src/DatabaseRegistry.hxx \
src/DatabaseHelpers.cxx src/DatabaseHelpers.hxx \
+ src/db/LazyDatabase.cxx src/db/LazyDatabase.hxx \
src/db/SimpleDatabasePlugin.cxx src/db/SimpleDatabasePlugin.hxx
if HAVE_LIBMPDCLIENT