aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-06-25 22:43:04 +0200
committerMax Kellermann <max@duempel.org>2015-06-25 23:44:16 +0200
commit037d1d9ad14969947b1a9456dc716b6a22021d29 (patch)
tree77e73978e036c7d9328ec59c46bc9b76cf592299 /Makefile.am
parent619ef2b3418668430f741aaed79aa4f366aba233 (diff)
downloadmpd-037d1d9ad14969947b1a9456dc716b6a22021d29.tar.gz
mpd-037d1d9ad14969947b1a9456dc716b6a22021d29.tar.xz
mpd-037d1d9ad14969947b1a9456dc716b6a22021d29.zip
util/AllocatedString: add methods Duplicate(), Clone()
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 cae777814..121d2922c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -378,7 +378,7 @@ libutil_a_SOURCES = \
src/util/CharUtil.hxx \
src/util/NumberParser.hxx \
src/util/StringPointer.hxx \
- src/util/AllocatedString.hxx \
+ src/util/AllocatedString.cxx src/util/AllocatedString.hxx \
src/util/StringUtil.cxx src/util/StringUtil.hxx \
src/util/WStringUtil.cxx src/util/WStringUtil.hxx \
src/util/StringAPI.hxx \