diff options
author | Max Kellermann <max@duempel.org> | 2015-06-23 12:48:00 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-06-23 12:48:21 +0200 |
commit | 11d048b8e3e88282121a64664aff6a687bb8b56e (patch) | |
tree | 90411962705d9524b5a8cc752027f1f421d3e09c /Makefile.am | |
parent | d814a01f2a66e0abb79ba22159e759046bd2c4df (diff) | |
download | mpd-11d048b8e3e88282121a64664aff6a687bb8b56e.tar.gz mpd-11d048b8e3e88282121a64664aff6a687bb8b56e.tar.xz mpd-11d048b8e3e88282121a64664aff6a687bb8b56e.zip |
util/AllocatedString: new utility class
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a607de4fe..aaa480b6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -378,6 +378,7 @@ libutil_a_SOURCES = \ src/util/CharUtil.hxx \ src/util/NumberParser.hxx \ src/util/StringPointer.hxx \ + src/util/AllocatedString.hxx \ src/util/StringUtil.cxx src/util/StringUtil.hxx \ src/util/WStringUtil.cxx src/util/WStringUtil.hxx \ src/util/StringAPI.hxx \ |