From 8351543c0f43ee281032ef712cc5168beb662d31 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 10 Jan 2014 23:21:53 +0100 Subject: db/upnp: move lazy Open() call to new class LazyDatabase Generic approach for the workaround. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3