aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-03-05 09:13:51 +0100
committerMax Kellermann <max@duempel.org>2015-03-05 10:07:07 +0100
commit983078992d4189c08ce67bcae3b0658534aa45e2 (patch)
tree75564d870036645a2be504f90781e87b9af25b2f /Makefile.am
parent81059f80d8836294dae9ef85191f01f64949b59c (diff)
downloadmpd-983078992d4189c08ce67bcae3b0658534aa45e2.tar.gz
mpd-983078992d4189c08ce67bcae3b0658534aa45e2.tar.xz
mpd-983078992d4189c08ce67bcae3b0658534aa45e2.zip
fs/NarrowPath: new utility class
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 a33fa39b2..c6bcfa1a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -559,6 +559,7 @@ libfs_a_SOURCES = \
src/fs/Charset.cxx src/fs/Charset.hxx \
src/fs/Path.cxx src/fs/Path2.cxx src/fs/Path.hxx \
src/fs/AllocatedPath.cxx src/fs/AllocatedPath.hxx \
+ src/fs/NarrowPath.hxx \
src/fs/FileSystem.cxx src/fs/FileSystem.hxx \
src/fs/FileInfo.hxx \
src/fs/StandardDirectory.cxx src/fs/StandardDirectory.hxx \