aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-07 23:25:47 +0100
committerMax Kellermann <max@duempel.org>2014-02-07 23:25:47 +0100
commitec8873b178ae217b5755c6494a97857a3d02bf9e (patch)
tree660b344fda157b3c119c39b8e4067a8ff964fab2 /Makefile.am
parentc45f205593a9ba49e8484584a7d61fc7d10a4569 (diff)
downloadmpd-ec8873b178ae217b5755c6494a97857a3d02bf9e.tar.gz
mpd-ec8873b178ae217b5755c6494a97857a3d02bf9e.tar.xz
mpd-ec8873b178ae217b5755c6494a97857a3d02bf9e.zip
Mapper: move check_directory() to the filesystem library
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 cb7dafa1b..2e5d8b613 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -410,6 +410,7 @@ libfs_a_SOURCES = \
src/fs/TextFile.cxx src/fs/TextFile.hxx \
src/fs/FileSystem.cxx src/fs/FileSystem.hxx \
src/fs/StandardDirectory.cxx src/fs/StandardDirectory.hxx \
+ src/fs/CheckFile.cxx src/fs/CheckFile.hxx \
src/fs/DirectoryReader.hxx
# Storage library