diff options
author | Max Kellermann <max@duempel.org> | 2015-03-05 07:47:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-03-05 08:58:04 +0100 |
commit | 44565e22a054b9bdeb48e79e1d23f914b7efaa0f (patch) | |
tree | ca233106f6a0e13ed724f2448d52a91b45c4aef1 /Makefile.am | |
parent | ddec10d494a7177156bf58c2bb9d2cbffc184918 (diff) | |
download | mpd-44565e22a054b9bdeb48e79e1d23f914b7efaa0f.tar.gz mpd-44565e22a054b9bdeb48e79e1d23f914b7efaa0f.tar.xz mpd-44565e22a054b9bdeb48e79e1d23f914b7efaa0f.zip |
fs/Traits: use string.h API wrappers
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 11718e86f..ca26bcae1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -378,6 +378,7 @@ libutil_a_SOURCES = \ src/util/CharUtil.hxx \ src/util/NumberParser.hxx \ src/util/StringUtil.cxx src/util/StringUtil.hxx \ + src/util/StringAPI.hxx \ src/util/DivideString.cxx src/util/DivideString.hxx \ src/util/SplitString.cxx src/util/SplitString.hxx \ src/util/FormatString.cxx src/util/FormatString.hxx \ |