aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-05 19:24:59 +0100
committerMax Kellermann <max@duempel.org>2014-02-05 19:26:21 +0100
commitc8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6 (patch)
treeb2c19469c77143cce90631a20caf2d3ad2b5812d /Makefile.am
parentf6682aae774abff6ecd41a3927addb40f96c4ec7 (diff)
downloadmpd-c8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6.tar.gz
mpd-c8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6.tar.xz
mpd-c8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6.zip
storage/local: move to src/storage/plugins/
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1a61ea5a7..353f28a4b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -419,7 +419,7 @@ 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/plugins/LocalStorage.cxx src/storage/plugins/LocalStorage.hxx \
src/storage/FileInfo.hxx
STORAGE_LIBS = libstorage.a