aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-02 06:44:57 +0100
committerMax Kellermann <max@duempel.org>2014-12-02 06:45:57 +0100
commitb227fddec77c52043496487a58f3d60d07f1b45d (patch)
treeaef1cda5ea4fbaabc0119ae3f232b10bc869fe9d /Makefile.am
parent2c1f1de33ccb120ffaf740d4a7090bf5f7a5f9af (diff)
downloadmpd-b227fddec77c52043496487a58f3d60d07f1b45d.tar.gz
mpd-b227fddec77c52043496487a58f3d60d07f1b45d.tar.xz
mpd-b227fddec77c52043496487a58f3d60d07f1b45d.zip
fs/Path: add methods GetBase() and GetDirectoryName()
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 c6aab247b..808fce77d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -541,7 +541,7 @@ libfs_a_SOURCES = \
src/fs/Traits.cxx src/fs/Traits.hxx \
src/fs/Config.cxx src/fs/Config.hxx \
src/fs/Charset.cxx src/fs/Charset.hxx \
- src/fs/Path.cxx src/fs/Path.hxx \
+ src/fs/Path.cxx src/fs/Path2.cxx src/fs/Path.hxx \
src/fs/AllocatedPath.cxx src/fs/AllocatedPath.hxx \
src/fs/FileSystem.cxx src/fs/FileSystem.hxx \
src/fs/StandardDirectory.cxx src/fs/StandardDirectory.hxx \