aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-09 07:21:25 +0100
committerMax Kellermann <max@duempel.org>2014-02-09 08:09:47 +0100
commit37b68996605dbea3648262d6bd3585f74f71e8b8 (patch)
treee7374ac8ccbefe7d1f5a9034783d55fa5af67443 /Makefile.am
parent570b12ec1392dc6561b21c7bb8b653eb7a922a01 (diff)
downloadmpd-37b68996605dbea3648262d6bd3585f74f71e8b8.tar.gz
mpd-37b68996605dbea3648262d6bd3585f74f71e8b8.tar.xz
mpd-37b68996605dbea3648262d6bd3585f74f71e8b8.zip
Main: move code to storage/Configured.cxx
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 b487d019d..a3b98b5df 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/Configured.cxx src/storage/Configured.hxx \
src/storage/plugins/LocalStorage.cxx src/storage/plugins/LocalStorage.hxx \
src/storage/FileInfo.hxx