aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-06-23 12:33:45 +0200
committerMax Kellermann <max@duempel.org>2015-06-23 12:34:44 +0200
commite4844b99363a055d76032e33be7b219d238e1731 (patch)
treefdfc527ed3dc415313a2f7ee101d16202bd3ea4d /Makefile.am
parent60aa8c527b178b530acd750f575ac782a35095c7 (diff)
downloadmpd-e4844b99363a055d76032e33be7b219d238e1731.tar.gz
mpd-e4844b99363a055d76032e33be7b219d238e1731.tar.xz
mpd-e4844b99363a055d76032e33be7b219d238e1731.zip
util/StringPointer: 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 1422c97f2..a607de4fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -377,6 +377,7 @@ libutil_a_SOURCES = \
src/util/UTF8.cxx src/util/UTF8.hxx \
src/util/CharUtil.hxx \
src/util/NumberParser.hxx \
+ src/util/StringPointer.hxx \
src/util/StringUtil.cxx src/util/StringUtil.hxx \
src/util/WStringUtil.cxx src/util/WStringUtil.hxx \
src/util/StringAPI.hxx \