From 0ba1b73395dc7beaa27ed9bb07636970243b76e6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Feb 2014 17:03:43 +0100 Subject: storage: add abstract interface Prepare for the plugin interface. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fe3932975..1a61ea5a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -418,6 +418,7 @@ if ENABLE_DATABASE noinst_LIBRARIES += libstorage.a libstorage_a_SOURCES = \ + src/storage/StorageInterface.cxx src/storage/StorageInterface.hxx \ src/storage/LocalStorage.cxx src/storage/LocalStorage.hxx \ src/storage/FileInfo.hxx -- cgit v1.2.3