aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-08 15:37:02 +0100
committerMax Kellermann <max@duempel.org>2014-02-09 10:47:29 +0100
commit59ce67e2e55098c8cbe1707e8a32900128345315 (patch)
tree695cb868309c0f055b775605c213ea36399c679f /Makefile.am
parent2182209a8ac1ed2f0c80893ecac4d81fcab18e18 (diff)
downloadmpd-59ce67e2e55098c8cbe1707e8a32900128345315.tar.gz
mpd-59ce67e2e55098c8cbe1707e8a32900128345315.tar.xz
mpd-59ce67e2e55098c8cbe1707e8a32900128345315.zip
CompositeStorage: new Storage implementation
This is the backend for the upcoming "mount" command.
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 a3b98b5df..bffd649bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -428,6 +428,7 @@ libstorage_a_SOURCES = \
src/storage/StoragePlugin.hxx \
src/storage/Registry.cxx src/storage/Registry.hxx \
src/storage/StorageInterface.cxx src/storage/StorageInterface.hxx \
+ src/storage/CompositeStorage.cxx src/storage/CompositeStorage.hxx \
src/storage/Configured.cxx src/storage/Configured.hxx \
src/storage/plugins/LocalStorage.cxx src/storage/plugins/LocalStorage.hxx \
src/storage/FileInfo.hxx