aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-06-23 12:48:00 +0200
committerMax Kellermann <max@duempel.org>2015-06-23 12:48:21 +0200
commit11d048b8e3e88282121a64664aff6a687bb8b56e (patch)
tree90411962705d9524b5a8cc752027f1f421d3e09c /Makefile.am
parentd814a01f2a66e0abb79ba22159e759046bd2c4df (diff)
downloadmpd-11d048b8e3e88282121a64664aff6a687bb8b56e.tar.gz
mpd-11d048b8e3e88282121a64664aff6a687bb8b56e.tar.xz
mpd-11d048b8e3e88282121a64664aff6a687bb8b56e.zip
util/AllocatedString: 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 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 \