aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-05 17:03:43 +0100
committerMax Kellermann <max@duempel.org>2014-02-05 18:53:51 +0100
commit0ba1b73395dc7beaa27ed9bb07636970243b76e6 (patch)
treece55bfc2eff1cf7fbcd8d2cc02e85bf2e6b53c46 /Makefile.am
parent4c995eb49873eac081486a94c6ed8db566248563 (diff)
downloadmpd-0ba1b73395dc7beaa27ed9bb07636970243b76e6.tar.gz
mpd-0ba1b73395dc7beaa27ed9bb07636970243b76e6.tar.xz
mpd-0ba1b73395dc7beaa27ed9bb07636970243b76e6.zip
storage: add abstract interface
Prepare for the plugin interface.
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 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